View source: R/depth_interpolate.R
depth_interpolate | R Documentation |
Definition function. Linearly interpolate a measurement across the different measurement depths
depth_interpolate(
input_measurements,
measurement_name,
measurement_interpolate
)
input_measurements |
Required. Nested data frame (tibble of a months worth of data of co2, temperature, swc, pressure) |
measurement_name |
Required. Names of measurements we are interpolating. Currently only does one column at a time. |
measurement_interpolate |
Required. Names of measurement whose depth is used to interpolate (typically co2) |
A nested data frame with interpolated measurements.
John Zobitz zobitz@augsburg.edu based on code developed by Edward Ayres eayres@battelleecology.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.