View source: R/match_cdd_obs_site.R
match_cdd_obs_site | R Documentation |
Match observation CDDs to the closest value in a site of interest. The idea here is to say "given a bunch of observations from a range of locations, if I were to make that observation at a specific location, when would I make it?", assuming that CDD is interchangable between observed location and focal location.
match_cdd_obs_site(obs_data, site_curve)
obs_data: |
data.frame with observations and CDD values |
site_curve: |
data.frame with a full CDD curve for a given site of interest |
The obs_data data.frame with the closest CDD and date from the
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.