knnDaily | R Documentation |
KNN daily sampling
knnDaily(
cur_sim_PRCP = NULL,
cur_sim_TEMP = NULL,
PRCP_TODAY = NULL,
TEMP_TODAY = NULL,
k = NULL,
sd_monthly_PRCP = NULL,
sd_monthly_TEMP = NULL,
mean_monthly_PRCP = NULL,
mean_monthly_TEMP = NULL,
k1 = NULL,
count = NULL,
seed = NULL
)
cur_sim_PRCP |
placeholder |
cur_sim_TEMP |
placeholder |
PRCP_TODAY |
placeholder |
TEMP_TODAY |
placeholder |
k |
placeholder |
sd_monthly_PRCP |
placeholder |
sd_monthly_TEMP |
placeholder |
mean_monthly_PRCP |
placeholder |
mean_monthly_TEMP |
placeholder |
k1 |
placeholder |
count |
placeholder |
seed |
random seed value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.