View source: R/legacy_functions.R
obs2km | R Documentation |
Returns a vector of model kilometers (or long distances) that are closest to the observation kilometer or distance. If an observation id is equally distant between two output model kilometers the first one in the vector is used.
obs2km(obskm, modkm)
obskm |
Numeric vector of the observation location (e.g. stream kilometer) |
modkm |
Numeric vector of the model output distance (e.g. model kilometer) |
vector of modkm values equal to the length of obskm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.