Description Usage Arguments Value
View source: R/interpolate_quantiles.R
Ordinary kriging.
1 2 3 4 5 6 | interpolate_quantiles(
kriging.reference.quantiles,
station.id,
station.longitude,
station.latitude
)
|
kriging.reference.quantiles |
a large list, output kriging quantiles of |
station.id |
a list of test station IDs, relating to |
station.longitude |
a numeric vector, contains longitude information of test stations,
should relate to the column names (station IDs) of |
station.latitude |
a numeric vector, contains latitude information of test stations,
should relate to the column names (station IDs) of |
a large list of interpolated quantiles for different test station, each sublist includes estimate quantiles during each of the six periods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.