standardizeOverInterval.RdstandardizeOverInterval
standardizeOverInterval(
ages,
pdm,
interval,
minN = 8,
normalizeVariance = TRUE
)vector of ages. Each age corresponds to a row in pdm
matrix of binned paleoData values
the age range to use for standardizing the data
minimum number length of de within the interval to calculate
Should the pdm be scaled to a uniform mean (FALSE) or variance and mean (TRUE) (default = TRUE)
a matrix of standardized values