mc_data_heights {myClim} | R Documentation |
Default heights of sensors
Description
This table is used to set the default heights in metadata of sensors based on logger type. The defaults were set based on the most common uses, defaults can be overwrite be user. see mc_prep_meta_sensor
Usage
mc_data_heights
Format
An object of class data.frame
with 15 rows and 4 columns.
Details
data.frame with columns:
logger_type
sensor_name
height - character representation of height
suffix - suffix for sensor_name. If suffix is NA, then sensor_name is not modified.
Default heights are:
TOMST - Thermo
Thermo_T = air 200 cm
TOMST - TMS
TMS_T1 = soil 8 cm
TMS_T2 = air 2 cm
TMS_T3 = air 15 cm
TMS_moist = soil 0-15 cm
TOMST - Dendro
Dendro_T = 130 cm
Dendro_raw = 130 cm
TOMST - TMS_L45
TMS_T1 = soil 40 cm
TMS_T2 = soil 30 cm
TMS_T3 = air 15 cm
TMS_moist = soil 30-44 cm
HOBO - HOBO_U23-001A
HOBO_T = air 150 cm
HOBO_RH = air 150 cm
HOBO - HOBO_U23-004
HOBO_T = air 2 cm
HOBO_extT = soil 8 cm
See Also
mc_read_files()
, mc_read_data()