View source: R/get_reconstruction_matrix.R
get_reconstruction_matrix | R Documentation |
This subsets a chronologies matrix to a set of reconstruction years.
get_reconstruction_matrix(
chronologies,
reconstruction.years = NULL,
min.width = NULL
)
chronologies |
A matrix of predictors to be subset. Columns are predictors, rows are years. |
reconstruction.years |
A vector of years to be reconstructed.
If missing, will use all years in |
min.width |
integer, indicating the minimum number of tree-ring samples allowed for that year of a chronology to be valid. |
A matrix of predictors for a reconstruction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.