Description Usage Arguments Value
View source: R/kmeans-analysis.R
This function is used to standardize the data before running the kmeans analysis function. The output of this function is a dataframe ready to be used for the kmeans analysis.
1 | standardize_data(data, exclude_variables = list("lon", "lat", "id_pixel"))
|
data |
a dplyr dataframe containing the data to be standardized |
exclude_variables |
variables to be excluded from the standardization process. A list of characters. |
A dplyr dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.