StartEnd | R Documentation |
Defining the beginning and ending states of a graph
StartEnd(start = NULL, end = NULL)
start |
a vector of states. The beginning nodes for the changepoint inference |
end |
a vector of states. The ending nodes for the changepoint inference |
dataframe with 9 variables with only state1
and type = "start"
or "end"
defined (not NA
).
StartEnd(start = "A", end = c("A","B"))
StartEnd(start = 0)
StartEnd(start = 1, end = 1)
StartEnd(start = "v0", end = "v3")
StartEnd(end = "s0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.