raw_plot() visualizes a .h5 file

raw_plot_batch() visualizes all the .h5 files in a given folder

raw_plot(h5file, image_format = "png", list_n = 1:2, plot_method = c("ts", "hist"))

raw_plot_batch(h5dir, image_format = "png")

Arguments

h5file

character of the path of the .h5 file.

image_format

image format. 'pdf', 'png' or other formats that ggsave() supports. can be multiple. if NULL, plot in the current device.

list_n

which list element in h5 file. 1: MonitoringData. 2: ParticleData

plot_method

ts: time series; hist: histograph

Value

images