plot_concentration_data_from_CSV: Plot concentration data from one or more CSV files
Description
Plot concentration data from one or more CSV files.Usage
plot_concentration_data_from_CSV(CSV_file_pattern, UTM_zone,
create_movie = FALSE, frame_rate = 25, IM_path, ffmpeg_path)
Arguments
CSV_file_pattern
a regex pattern for matching one or more files.
UTM_zone
the UTM zone in which the receptor grid is located.
create_movie
an option to create a movie of the concentration receptor grid using ImageMagick and ffmpeg.
frame_rate
the desired frame rate for the movie.
IM_path
the path for the ImageMagick 'convert' utility. Only necessary if 'create_movie' set to TRUE.
ffmpeg_path
the path for the 'ffmpeg' executable file. Only necessary if 'create_movie' set to TRUE.