standardize_data: Standardize data before running kmeans

Description Usage Arguments Value

View source: R/kmeans-analysis.R

Description

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.

Usage

1
standardize_data(data, exclude_variables = list("lon", "lat", "id_pixel"))

Arguments

data

a dplyr dataframe containing the data to be standardized

exclude_variables

variables to be excluded from the standardization process. A list of characters.

Value

A dplyr dataframe


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.