View source: R/ArraySpeciesBySize-class.R
| total_contributors | R Documentation |
The total is the total of everything the array holds: every species, whether or not it was selected for display, and every size, whether or not it falls in a species' own size range. It is a property of the array rather than of the plot, so that a plot of two species can still be read against the community total.
total_contributors(x, wlim = c(NA, NA))
x |
An |
wlim |
Numeric vector of length two giving the weight limits. |
The rows are returned unsummed, because the sum has to be taken after the
size coordinate has been converted — on a length axis the species no longer
share a grid; see add_total_line().
A data frame of plotting data holding every value in the array.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.