View source: R/phase2_kchart.R
panel_kiteration | R Documentation |
Plot iterations Y over Time X
panel_kiteration(
data = NULL,
middle_lines = data$config$kiteration$middlelines,
base_size = data$config$base_size,
expand_x = data$config$expand,
legend = data$config$kiteration$legend,
x_start = data$config$limits$start,
x_end = data$config$limits$end,
per_node = data$config$kiteration$pernode,
sub_ite = data$config$kiteration$subite
)
data |
starvz_data with trace data |
middle_lines |
plot a middle line |
base_size |
base_size base font size |
expand_x |
expand size for scale_x_continuous padding |
legend |
enable/disable legends |
x_start |
X-axis start value |
x_end |
X-axis end value |
per_node |
Create node facets |
sub_ite |
Use Subiteration as Y |
A ggplot object
panel_kiteration(data = starvz_sample_lu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.