powered by
Defining the beginning and ending states of a graph
StartEnd(start = NULL, end = NULL)
dataframe with 9 variables with only state1 and type = "start" or "end" defined (not NA).
state1
type = "start"
"end"
NA
a vector of states. The beginning nodes for the changepoint inference
a vector of states. The ending nodes for the changepoint inference
StartEnd(start = "A", end = c("A","B")) StartEnd(start = 0) StartEnd(start = 1, end = 1) StartEnd(start = "v0", end = "v3") StartEnd(end = "s0")
Run the code above in your browser using DataLab