View source: R/phase2_pmtool.R
panel_pmtool_kiteration | R Documentation |
Plot iteraionts Y over Time X of PMtool data
panel_pmtool_kiteration(
data = NULL,
legend = data$config$pmtool$kiteration$legend,
x_start = data$config$limits$start,
x_end = data$config$limits$end
)
data |
starvz_data with trace data |
legend |
enable/disable legends |
x_start |
X-axis start value |
x_end |
X-axis end value |
A ggplot object
panel_pmtool_kiteration(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.