View source: R/preprocess_data.R
create_wide_analysis_data | R Documentation |
Creates a "wide" analytic dataset
create_wide_analysis_data( .valve_data, .reference_transition, .zero_function, .zf_args = list(), .include_ppm = FALSE )
.valve_data |
a |
.reference_transition |
passed to |
.zero_function |
passed to |
.zf_args |
passed to |
an unnest
ed data.frame
containing:
id
transect
distance (shifted by shift_distance
)
layer: a label for the valve layer from which the observation is measured
annuli: a label for the annual layer from which the observation is measured
+ one column for each element
the layer
and
annuli
variables added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.