dendro.resolution {dendrometeR} | R Documentation |
Check the resolution of the data
Description
The function provides the resolution of the dendrometer data.
Usage
dendro.resolution(dm.data, unts = c("secs", "mins", "hours", "days"))
Arguments
dm.data |
a |
unts |
a |
Value
The function returns the resolution of the data in the desired unit.
Author(s)
Marko Smiljanic
Examples
data(dmCD, dmHS, dmED)
dendro.resolution(dmCD, unts = "hours")
dendro.resolution(dmHS, unts = "hours")
dendro.resolution(dmED, unts = "mins")
[Package dendrometeR version 1.1.0 Index]