View source: R/archived_binByTools.R
bin_by | R Documentation |
This fuction will return a vector for which depth bins for each observation
bin_by(df, method, custom_range = NULL, equal_step = 10, equal_number = 100)
df |
the vector to include to be cut. Should be an ecotaxa tsv export |
method |
"Equal Space", "Custom", "Equal Number" "Zooscan" |
custom_range |
vector of ranges |
equal_step |
create equal steps of this size, it will be centered (d = 10 includes 5-15) |
equal_number |
create this number of ranges |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.