plot.maxN: Plot the maxN values

View source: R/2_Plot_maxN_functions.R

plot.maxNR Documentation

Plot the maxN values

Description

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.

Usage

## S3 method for class 'maxN'
plot(maxN_plot_df, color_points, alpha_points, color_boxplots, alpha_boxplots)

Arguments

maxN_plot_df

a dataframe containing maxN values. This dataframe is the ouput of the prepare.maxN.plot() function.

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)

Value

the function returns a plot of maxN values


CmlMagneville/SmaxNanalysis documentation built on Jan. 28, 2024, 11:20 p.m.