Description Usage Arguments Details Value See Also Examples
Add data to an existing plot or create a new one from
create.base.plot
1 2 |
trait.data |
data to be plotted |
base.plot |
a ggplot object (grob), created by
|
ymax |
maximum height of y |
Used to add raw data or summary statistics to the plot of a distribution. The height of Y is arbitrary, and can be set to optimize visualization. If SE estimates are available, tehse wil be plotted
updated plot object
1 | add.data(data.frame(Y = c(1, 2), se = c(1,2)), base.plot = NULL, ymax = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.