Learn R Programming

Rbeast (version 0.2.2)

simdata: Simulated time series to test BEAST

Description

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.

Usage

data(simdata)

Arguments

Examples

Run this code
# 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