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