Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


myClim (version 1.4.0)

mc_states_delete: Delete sensor states (tags)

Description

This function removes states (tags) defined by locality ID, sensor name, or tag value, or any combination of these three.

Usage

mc_states_delete(data, localities = NULL, sensors = NULL, tags = NULL)

Value

myClim object in the same format as input, with deleted sensor states

Arguments

data

cleaned myClim object see myClim-package

localities

locality ids where delete states (tags). If NULL then all. (default NULL)

sensors

sensor names where delete states (tags). If NULL then all. (default NULL)

tags

specific tag to be deleted. If NULL then all. (default NULL)

Examples

Run this code
data <- mc_states_delete(mc_data_example_clean, localities="A1E05",
                         sensors=c(mc_const_SENSOR_Dendro_T, mc_const_SENSOR_Dendro_raw))

Run the code above in your browser using DataLab