View source: R/ArrayResourceBySize-class.R
| ArrayResourceBySize_plot_data | R Documentation |
The resource analogue of ArraySpeciesBySize_plot_data(): the weight limits,
the conversion of the values and of the size coordinate onto the requested
axis, and the length limits, all done with the array's own params. A
resource array holds a single spectrum, so there is no selection, no
background and no total to form.
ArrayResourceBySize_plot_data(
x,
wlim = c(NA, NA),
llim = c(NA, NA),
size_axis = "w",
per_log_size = NULL
)
x |
An |
wlim |
Numeric vector of length two giving the weight limits. |
llim |
Numeric vector of length two giving the length limits, applied only on a length axis. |
size_axis |
Either |
per_log_size |
Whether to express a density per logarithmic size. |
A data frame with the size coordinate in its first column, the values
in its second, and Species and Legend columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.