View source: R/collapse_bins.R
collapse_bins | R Documentation |
Takes a vector of percent cover data and a vector of new bin ranges to collapse the data
collapse_bins(percent_cover, new_bins)
percent_cover |
a character vector of percent cover data in ranges formatted as "lower-upper" or a single number a a character |
new_bins |
vector of new bins formatted as a string with (eg c("0", "1-5", "6-100")). Ranges must be in the format "lower-upper" or a single number as a character. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.