scale.eda: Normalize an EDA object.

View source: R/conversion_methods.R

scale.edaR Documentation

Normalize an EDA object.

Description

Normalizes values of an EDA object.

Usage

## S3 method for class 'eda'
scale(x, center = TRUE, scale = TRUE, na.rm = FALSE)

Arguments

x

an EDA object, created by eda.

center

see: scale.

scale

see: scale.

na.rm

logical, should NAs be removed prior to scaling?

Details

A wrapper around scale.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.