dot-add_ghost_points: Add Ghost Points to Orchard Plot

.add_ghost_pointsR Documentation

Add Ghost Points to Orchard Plot

Description

Internal function to add ghost points to an orchard plot.

Usage

.add_ghost_points(data, transfm)

Arguments

data

Data from the leave-one-out analysis, specifically the data component containing effect sizes (yi), variances (vi), and grouping variable (stdy).

transfm

Character string indicating the transformation to be applied to the data. See orchard_leave1out() for available transformation options.

Details

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.

Value

A ggplot2 layer (via geom_quasirandom) displaying the ghost points.

Author(s)

Facundo Decunta - fdecunta@agro.uba.ar


daniel1noble/orchaRd documentation built on April 17, 2025, 3:59 a.m.