View source: R/init_boot_data.R
init_boot_data | R Documentation |
this will create an array for the climate data and corresponding matrix for the tree-ring data, holding the randomly resampled data for bootstrapping
init_boot_data(u, g, n, boot)
u |
climate data (matrix with parameters in columns and years in rows) |
g |
vector with tree-ring data |
n |
times for resampling |
boot |
one of c("stationary", "std", "exact", "none") |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.