mc_states_join {myClim} | R Documentation |
Create states for join conflicts
Description
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.
Usage
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) |
Details
For more info see details of mc_join function.
Value
Returns a myClim object with added states.
[Package myClim version 1.4.0 Index]