plot.divtable: Plot divtable object using membershipPlot

Description Usage Arguments

View source: R/divtable-class.R

Description

Plot object of class divtable using membershipPlot. This function sets l2 to be the row sums of x. Other arguments will be passed to membershipPlot.

Usage

1
2
3
## S3 method for class 'divtable'
plot(x, ..., l2 = paste("N =", rowSums(x)),
  main = deparse(substitute(x)))

Arguments

x

Object of class divtable

l2

l2 argument given to membershipPlot for column headings

...

Additional arguments passed to membershipPlot


douglasgscofield/dispersalDiversity documentation built on March 30, 2021, 9:50 a.m.