prepare_sets | R Documentation |
Prepare sets of variables for calibration
prepare_sets(variables, sets = NULL, all_combinations = FALSE,
minvar_perset = 2, format_in = NULL, save = FALSE,
format_out = "GTiff", overwrite = FALSE,
output_directory = "Variable_sets")
variables |
(character or RasterStack) if character, name of the folder containing only the variables to be subsetted; if RasterStack, stack of variables to be subsetted. |
sets |
named list of character vectors with the names of the variables per each subset. Default = NULL. |
all_combinations |
(logical) whether or not to prepare sets based on all
potential combinations of two or more |
minvar_perset |
(integer) if |
format_in |
(character) if |
save |
(logical) wheter or not to write sets of variables in a subfolder in the working directory. Default = FALSE. |
format_out |
(character) format of the variables to be written in
|
overwrite |
(logical) whether or not to overwrite exitent results in
|
output_directory |
name of the folder were subsets will be written if
|
A list of character vectors containing the names of the variables to be used in each set. A folder with subfolders (sets) and variables subsetted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.