plot_outcome_burnin: Plot the burn-in period

plot_outcome_burninR Documentation

Plot the burn-in period

Description

Equivalent of plot_outcome_simple but only shows the burn-in period.

Usage

plot_outcome_burnin(root, approx = NULL)

Arguments

root

Path to the simulation folder

approx

Path to pass to add_approx. Leave NULL for no overlay approximation plot.

Details

Wrapper around plot_outcome_core

Value

A patchwork

See Also

plot_outcome_core

Examples


## Not run: 

root <- system.file("extdata", "sim-example", package = "speciomer")
plot_outcome_burnin(root)


## End(Not run)


rscherrer/speciomer documentation built on March 11, 2023, 5:37 p.m.