agg_length_area | R Documentation |
This function takes a vector of area's and length's and returns a grouping vector that enforces the grouping of lengths and areas less then defined thresholds
agg_length_area(l, a, lthres, athres)
l |
a vector of lengths |
a |
a vector of areas |
lthres |
a minimum length that must be achieved |
athres |
a minimum length that must be achieved |
a vector of length(a) containing grouping indexes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.