Description Usage Arguments Details Value
clean_single_plots()
:
Removes columns with NA
values and cols containing "ID"
Removes the sf
geometry column.
Extracts coordinates from a list of data.frames
containing X and Y coordinates
Standardizes all variables of a list of data.frames
in
parallel
Mutates the "defoliation" variables so that no absolut zeros occur. These might cause problems when standardizing variables.
Performs a log transformation on the response variable.
Performs a boxcox transformation on the response variable.
Splits data into feature sets.
1 2 3 4 5 6 7 8 9 10 11 12 13 | clean_single_plots(data, cols_to_drop, remove_coords = FALSE)
extract_coords(data)
standardize(data, cores)
mutate_defol(data)
log_response(data, response)
boxcox_response(data, response)
split_into_feature_sets(data, feature_set)
|
data |
( |
cols_to_drop |
( |
remove_coords |
( |
cores |
( |
response |
( |
feature_set |
( |
Standardization applies from 2:length(names(data))
, so it is
expected that the response is sorted first in the data.
List of data.frames
with X/Y information
List of data.frames
with standardized variables
data.frame
data.frame
data.frame
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.