plot_model: Interactive display of SSM model

Description Usage Arguments

View source: R/plot.r

Description

This function displays the SSM model as a force network or a diagramme in a web browser, allowing for manipulation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plot_model(
  ssm,
  collapse_erlang = TRUE,
  display = c("diagramme", "network"),
  engine = "dot",
  label = TRUE,
  label_size_max = Inf,
  simplify_state_names = TRUE,
  direction = "LR"
)

Arguments

ssm

a ssm object

collapse_erlang

logical, if TRUE erlang compartments are collapsed into a single compartment to improve visibility.

display

logical, if TRUE erlang compartments are collapsed into a single compartment to improve visibility.

direction

character, direction of the flowchart (display=="diagramme" only). Available options are LR (left to right, by default), TB (top to bottom), RL and BT.


StateSpaceModels/ssminr documentation built on Feb. 7, 2020, 8:20 p.m.