plot_concentration_data_from_CSV: Plot concentration data from one or more CSV files

Description Usage Arguments

Description

Plot concentration data from one or more CSV files.

Usage

1
2
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.


rich-iannone/PuffR documentation built on May 27, 2019, 7:46 a.m.