Definition function. Linearly interpolate a measurement across the different measurement depths
depth_interpolate(
input_measurements,
measurement_name,
measurement_interpolate
)
A nested data frame with interpolated measurements.
Required. Nested data frame (tibble of a months worth of data of co2, temperature, swc, pressure)
Required. Names of measurements we are interpolating. Currently only does one column at a time.
Required. Names of measurement whose depth is used to interpolate (typically co2)
John Zobitz zobitz@augsburg.edu based on code developed by Edward Ayres eayres@battelleecology.org