The function takes HYSPLIT dispersion
output files in a specified output directory or
dispersion archive and processes all files into a
data frame object.
Usage
dispersion_read(archive_folder)
Arguments
path_output_files
the absolute path of the
dispersion output files is to be provided.
# NOT RUN {# Process all dispersion output files in the specified output directorydispersion.df <- dispersion_read(path_output_files =
"~/hysplit/dispersion/")
# }