Expand each catch into one row per length bin
Source:R/survey-reshaping.R
expand_length_frequency.RdThe form records a count of individuals per 5 cm bin, so the length itself is
the midpoint of the bin name, not an answer. Individuals longer than
60 cm are counted in no_individuals_over60 and measured in
fish_length_over60; that recorded length replaces the 60 cm midpoint and
the measurement column is then dropped, which puts over-60 fish on the same
footing as every other bin.
Arguments
- x
Output of
reshape_species_groups().