eem_overview_plot: Plot fluorescence data from several samples split into...

View source: R/plot_functions.R

eem_overview_plotR Documentation

Plot fluorescence data from several samples split into several plots.

Description

Plot fluorescence data from several samples split into several plots.

Usage

eem_overview_plot(data, spp = 8, ...)

Arguments

data

fluorescence data of class eemlist

spp

number of samples per plot or a vector with the numbers of rows and columns in the plot.

...

arguments passed on to ggeem

Value

list of ggplots

Examples


data(eem_list)
eem_overview_plot(eem_list, spp = 9)

# define number of rows and columns in plot
eem_overview_plot(eem_list, spp = c(3, 5))


MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.