plot_sim | R Documentation |
This function plots the simulation's output using ggplot2.
plot_sim(
out,
input_etf = TRUE,
input_pointrange = FALSE,
graylines = TRUE,
violin = TRUE,
point = TRUE,
point_alpha = 0.5,
pointrange = TRUE,
labs = TRUE,
fixed = TRUE,
idscale = TRUE,
axlabs = TRUE
)
out |
The output list of |
input_etf |
Logical. Plot input ETF line. |
input_pointrange |
Logical. Plot input pointrange with SD. |
graylines |
Logical. Plot gray lines at input Raw and output accepted values. |
violin |
Logical. Plot violins for sample and standard distributions. |
point |
Logical. Plot simulation points. |
point_alpha |
The alpha value of the points. |
pointrange |
Logical. Plot the pointrange of the simulations. |
labs |
Logical. Plot labels with ggrepel. |
fixed |
Logical. Fix coordinates. |
idscale |
Logical. Set the scale and fill scales. |
axlabs |
Logical. Set the axis labels. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.