Skip to contents

Convenience function to make the same type of plot for multple analyses.

Usage

PlotAnalyses(data, plot.fun, analyses = Analyses(data), add = NULL, ...)

Arguments

data

the grandR object that contains the data to be plotted

plot.fun

the plottinf function to apply

analyses

the analyses to plot (default: all)

add

additional ggplot (e.g., geoms) objects to add

...

passed further to plot.fun

Value

ggplot objects