standardizeOverInterval: standardizeOverInterval

View source: R/standardize.R

standardizeOverIntervalR Documentation

standardizeOverInterval

Description

standardizeOverInterval

Usage

standardizeOverInterval(
  ages,
  pdm,
  interval,
  minN = 8,
  normalizeVariance = TRUE
)

Arguments

ages

vector of ages. Each age corresponds to a row in pdm

pdm

matrix of binned paleoData values

interval

the age range to use for standardizing the data

minN

minimum number length of de within the interval to calculate

normalizeVariance

Should the pdm be scaled to a uniform mean (FALSE) or variance and mean (TRUE) (default = TRUE)

Value

a matrix of standardized values


nickmckay/compositeR documentation built on Aug. 16, 2024, 5:37 p.m.