Learn R Programming

grandR (version 0.2.6)

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

Description

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

Usage

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

Value

ggplot objects

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