Learn R Programming

xps (version 1.32.0)

getDatatype: Get Data Type

Description

Get data type corresponding to tree type.

Usage

getDatatype(treetype)

Arguments

treetype
tree type.

Value

a character with the correct data type, i.e. ‘rawdata’, ‘preprocess’ or ‘normation’.

Details

Get data type corresponding to tree type. Valid tree types are described in validTreetype.

See Also

type2Exten, validTreetype

Examples

Run this code
getDatatype("cel")
getDatatype("tbw")

Run the code above in your browser using DataLab