Description Usage Arguments Value
View source: R/interpolate_chem_values.R
Interpolates water chemistry values for consistent comparisons across site types. Can interpolate to a daily time step or a monthly time step. If monthly, assumes end-of-month values are desired.
1 | interpolate_chem_values(df, dt = "month")
|
df |
data frame with water chemistry information for tracer/solute. Includes: * **date:** date of chem measurement * **lake:** lake associated with measurement * **site_type:** type of site (e.g., lake, precipitaiton, upgradient) * **result:** value of measurement |
dt |
unit of time to use for interpolation. Defaults to "month", can also be "day". |
df, a data frame with interpolated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.