is.dendro: Check input data

Description Usage Arguments Value Author(s) Examples

View source: R/is.dendro.R

Description

The function checks whether the input data is in the required format, as described in the Import dendrometer data vignette.

Usage

1
is.dendro(dm.data)

Arguments

dm.data

a data.frame with a timestamp (%Y-%m-%d %H:%M:%S format) as row names, and dendrometer series in columns. Output as created using code from the Import dendrometer data vignette.

Value

The function returns TRUE if the input data is valid and FALSE otherwise. In the latter case, specific error messages are given as well.

Author(s)

Ernst van der Maaten, Marieke van der Maaten-Theunissen and Marko Smiljanic.

Examples

1
2
3
4

dendrometeR documentation built on May 2, 2019, 6:34 a.m.