| is.dendro | R Documentation |
The function checks whether the input data is in the required format, as described in the Import dendrometer data vignette.
is.dendro(dm.data)
dm.data |
a |
The function returns TRUE if the input data is valid and FALSE otherwise. In the latter case, specific error messages are given as well.
Ernst van der Maaten, Marieke van der Maaten-Theunissen and Marko Smiljanic.
data(dmCD, dmHS, dmED)
is.dendro(dmCD)
is.dendro(dmHS)
is.dendro(dmED)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.