StartEnd: Start and End nodes for the graph

View source: R/graph.R

StartEndR Documentation

Start and End nodes for the graph

Description

Defining the beginning and ending states of a graph

Usage

StartEnd(start = NULL, end = NULL)

Arguments

start

a vector of states. The beginning nodes for the changepoint inference

end

a vector of states. The ending nodes for the changepoint inference

Value

dataframe with 9 variables with only state1 and type = "start" or "end" defined (not NA).

Examples

StartEnd(start = "A", end = c("A","B"))

StartEnd(start = 0)

StartEnd(start = 1, end = 1)

StartEnd(start = "v0", end = "v3")

StartEnd(end = "s0")

gfpop documentation built on April 1, 2023, 12:22 a.m.