View source: R/dendro.resolution.R
dendro.resolution | R Documentation |
The function provides the resolution of the dendrometer data.
dendro.resolution(dm.data, unts = c("secs", "mins", "hours", "days"))
dm.data |
a |
unts |
a |
The function returns the resolution of the data in the desired unit.
Marko Smiljanic
data(dmCD, dmHS, dmED)
dendro.resolution(dmCD, unts = "hours")
dendro.resolution(dmHS, unts = "hours")
dendro.resolution(dmED, unts = "mins")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.