Learn R Programming

sits (version 1.12.0)

sits_normalize_data: Normalize the time series in the given sits_tibble

Description

This function normalizes the time series using the mean and standard deviation of all the time series.

Usage

sits_normalize_data(data.tb, stats.tb, multicores = 1)

Arguments

data.tb

A sits tibble.

stats.tb

Statistics for normalization.

multicores

Number of cores to process.

Value

A normalized sits tibble.