standardizeOverRandomInterval: standardizeOverRandomInterval

View source: R/standardize.R

standardizeOverRandomIntervalR Documentation

standardizeOverRandomInterval

Description

standardizeOverRandomInterval

Usage

standardizeOverRandomInterval(
  ages,
  pdm,
  duration,
  searchRange,
  minN = 8,
  normalizeVariance = TRUE
)

Arguments

ages

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

pdm

matrix of binned paleoData values

duration

length of the interval to standardize the data within. Must be <= than searchRange

searchRange

the age range within which to search for an interval

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.