display flow chart on current graphics device

vis_model(
  params = read_params("PHAC_testify.csv"),
  testify = FALSE,
  ageify = FALSE,
  method = c("Matrix", "diagram", "igraph"),
  ...
)

Arguments

params

parameters (flowchart is determined by non-zero flows)

testify

add testing flows?

ageify

add age structure?

method

visualization method

...

parameters to pass to show_ratemat

Examples

vis_model()
#> Warning: CHECK: may not be working properly for testify?

vis_model(testify=TRUE)
#> Warning: CHECK: may not be working properly for testify?

vis_model(method="diagram")
#> Warning: CHECK: may not be working properly for testify?

#> NULL