library(magrittr) load("./China_MLprcp_INPUTS_1deg_v010.rda")
X_climate
: 130个气候因子str(X_climate) %>% print()
X_prcp
: 前两年降水输入,dim = [n_year, n_variable, n_grid]
str(X_prcp) %>% print()
Y_prcp
: 因变量,每年的夏季降水str(Y_prcp) %>% print() print(d_loc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.