normalization: Normalization of an R object

View source: R/waveband.class.r

normalizationR Documentation

Normalization of an R object

Description

Normalization wavelength [nm] of an R object, retrieved from the object's attributes.

Usage

normalization(x)

## Default S3 method:
normalization(x)

## S3 method for class 'waveband'
normalization(x)

Arguments

x

an R object

Value

A single numeric value of wavelength [nm].

Methods (by class)

  • normalization(default): Default methods.

  • normalization(waveband): Normalization of a waveband object.

See Also

Other waveband attributes: is_effective(), labels()


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.