standardizeOverRandomInterval.RdstandardizeOverRandomInterval
standardizeOverRandomInterval(
ages,
pdm,
duration,
searchRange,
minN = 8,
normalizeVariance = TRUE
)vector of ages. Each age corresponds to a row in pdm
matrix of binned paleoData values
length of the interval to standardize the data within. Must be <= than searchRange
the age range within which to search for an interval
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