View source: R/2_Plot_maxN_functions.R
plot.maxN | R Documentation |
This function computes a plot containing the maxN values for different
definition of maxN. The user gives a data.frame which is the output of the
prepare.maxN.plot() function
. The function returns the plot.
## S3 method for class 'maxN'
plot(maxN_plot_df, color_points, alpha_points, color_boxplots, alpha_boxplots)
maxN_plot_df |
a dataframe containing maxN values. This dataframe is
the ouput of the |
color_points |
a R color code for plotting points |
alpha_points |
a transparency code for plotting points |
color_boxplot |
a R color code for plotting boxplot(s) |
alpha_boxplot |
a transparency code for plotting boxplot(s) |
the function returns a plot of maxN values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.