standardizeOverInterval | R Documentation |
standardizeOverInterval
standardizeOverInterval(
ages,
pdm,
interval,
minN = 8,
normalizeVariance = TRUE
)
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) |
a matrix of standardized values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.