.add_ghost_points | R Documentation |
Internal function to add ghost points to an orchard plot.
.add_ghost_points(data, transfm)
data |
Data from the leave-one-out analysis, specifically the |
transfm |
Character string indicating the transformation to be applied to the data.
See |
Ghost points represent the effect sizes that were omitted in each leave-one-out iteration. They are plotted as empty points with reduced opacity to indicate their auxiliary role.
A ggplot2 layer (via geom_quasirandom
) displaying the ghost points.
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.