View source: R/interpolateFunctions.R
weeklyInterpolate.1D | R Documentation |
Interpolates dataframe of 1-D observations (secchi, light extinction) to weekly timestep.
weeklyInterpolate.1D(lakeAbr, var, dataset)
lakeAbr |
Lake identification, string |
var |
Variable of interest. Use availableVars() to see available variables. |
dataset |
NTL dataset with the variable of interest downloaded via loadLTER...() functions |
returns a list [[1]]: observation data [[2]]: returns a dataframe with two columns, data and var
#Interpolate Secchi data
NTLsecchi = loadLTERsecchi()
weeklyInterpolate.1D(lakeAbr = 'ME',var = 'secnview',dataset = NTLsecchi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.