plot-ZGroupCurvesDataFrame-missing-method: Plot Zonation performance curves for groups.

Description Usage Arguments Note Author(s) See Also

Description

Generic plotting function for plotting group performance curves. The method does some data pre-processing specific to ZGroupCurvesDataFrame object before passing the data and arguments for plot_curves.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'ZGroupCurvesDataFrame,missing'
plot(
  x,
  min = FALSE,
  mean = FALSE,
  w.mean = FALSE,
  max = FALSE,
  ext = FALSE,
  subs = NULL,
  ...
)

Arguments

x

ZGroupCurvesDataFrame object.

min

logical plot the minimum feature performance of a group (default: FALSE).

mean

logical plot the minimum feature performance of a group (default: FALSE). If no other statistic is used, mean will always be plotted. If other satistic(s) are plotted and mean is to be disabled, this will have to be done by setting mean explicitly to FALSE.

w.mean

logical plot the weighted mean feature performance of a group (default: FALSE).

max

logical plot the maxmimun feature performance of a group (default: FALSE).

ext

logical plot extinction risk of a group (default: FALSE).

subs

character vector defining the names of groups (subset of all groups) to be plotted.

...

Additional arguments passed on to plot_curves.

Note

If no other statistic is selected, mean will be set to TRUE and plotted.

Author(s)

Joona Lehtomaki joona.lehtomaki@gmail.com

See Also

read_curves and plot_curves.


cbig/zonator documentation built on May 23, 2020, 7:02 a.m.