powered by
Plot fluorescence data from several samples split into several plots.
eem_overview_plot(data, spp = 8, ...)
list of ggplots
fluorescence data of class eemlist
number of samples per plot or a vector with the numbers of rows and columns in the plot.
arguments passed on to ggeem
ggeem
# \donttest{ 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)) # }
Run the code above in your browser using DataLab