getDatatype {xps} | R Documentation |
Get data type corresponding to tree type.
getDatatype(treetype)
treetype |
tree type. |
Get data type corresponding to tree type.
Valid tree types are described in validTreetype
.
a character
with the correct data type,
i.e. ‘rawdata’, ‘preprocess’ or ‘normation’.
Christian Stratowa
getDatatype("cel") getDatatype("tbw")