Simulated Poisson time series data
See example for code for reproducing the data.
A vector of length 100
# The data was generated as follows: set.seed(321) slope <- cumsum(c(0, rnorm(99, sd = 0.01))) y <- rpois(100, exp(cumsum(slope + c(0, rnorm(99, sd = 0.1)))))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.