Function save separate files (*.png) per the loggers to the directory.
Only Raw-format supported, Agg-format not supported.
For Agg-format use mc_plot_line()
. Function was primary designed
for Tomst TMS loggers for fast, and easy data visualization.
mc_plot_loggers(
data,
directory,
localities = NULL,
sensors = NULL,
crop = c(NA, NA)
)
myClim object in Raw-format. see myClim-package
path to output directory
names of localities; if NULL then all (default NULL)
names of sensors; if NULL then all (default NULL) see names(mc_data_sensors)
datetime range for plot, not cropping if NA (default c(NA, NA))
PNG files created in the output directory