is.dendro: Check input data

View source: R/is.dendro.R

is.dendroR Documentation

Check input data

Description

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

Usage

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

data(dmCD, dmHS, dmED)
is.dendro(dmCD)
is.dendro(dmHS)
is.dendro(dmED)


dendrometeR documentation built on Oct. 14, 2024, 5:09 p.m.