R/fct_visNetwork_helpers.R
create_label_individual.Rd
Creates an individual label for an individual edge
create_label_individual(
state1,
state2,
type,
parameter,
penalty,
K,
a,
min,
max,
columns = c("type", "penalty"),
collapse = " | "
)
The state where the edge originates
The state to which the edge travels
The type of edge (see gfpop::graph types)
A parameter, such as '1' for null, or gap otherwise
An edge penalty (see gfpop::graph)
see gfpop::graph
see gfpop::graph
see gfpop::graph
see gfpop::graph
The columns to include in this edge
the character separating edge columns in this label