powered by
simdata is a 300 x 3 matrix, consiting three time series of length 300. Currently, the three time series are the same. It is used to illustrate BEAST can handle multiple time series at a singel function call. of BEAST.
simdata
data(simdata)
# NOT RUN { library(Rbeast) data(simdata) plot(simdata,type='l') # } # NOT RUN { result=beast(simdata) plot(result,1) plot(result,2) plot(result,3) # }
Run the code above in your browser using DataLab