group_lengths {SimSurvey} | R Documentation |
Convert length to length group
Description
Helper function for converting lengths to length groups (Note: this isn't a general function; the output midpoints defining the groups aligns with DFO specific method/labeling)
Usage
group_lengths(length, group)
Arguments
length |
Interval from |
group |
Length group used to cut the length data |
Value
Returns a vector indicating the mid-point of the length group.
[Package SimSurvey version 0.1.6 Index]