mc_reshape_long | R Documentation |
This function converts myClim object to long R data.frame.
mc_reshape_long(data, localities = NULL, sensors = NULL, use_utc = TRUE)
data |
myClim object see myClim-package |
localities |
names of localities; if NULL then all (default NULL) |
sensors |
names of sensors; if NULL then all (default NULL) see |
use_utc |
if FALSE, then the time shift from In the Agg-format myClim object |
data.frame
columns:
locality_id
serial_number
sensor_name
height
datetime
time_to
value
head(mc_reshape_long(mc_data_example_clean, c("A6W79", "A2E32"), c("TMS_T1", "TMS_T2")), 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.