This function creates a state (tag) when joining multiple overlapping time-series with different microclimate values. State is created for all values that are in conflict in joining process.

mc_states_join(data, tag = "join_conflict", by_type = TRUE, tolerance = NULL)

Arguments

data

myClim object in Raw-format. see myClim-package

tag

The tag name (default "join_conflict").

by_type

for mc_join function (default TRUE)

tolerance

for mc_join function (default NULL)

Value

Returns a myClim object with added states.

Details

For more info see details of mc_join function.