powered by
The function plots hourly outputs of dispersed particles onto maps.
hysplit_dispersion_plot(hours = "all", dispersion_df = NULL, disp_folder_path = NULL, map_type = "stamen", map_output_name = NULL)
specification of hours of dispersion data to plot.
optionally specify a data frame with dispersion data as an input.
absolute path of the folder containing a dispersion data frame.
selection provider of base maps for plotting. Choices are 'osm' (Open Street Map) and 'stamen' (Stamen Maps).
a partial identifier prepended to the output map files.
# NOT RUN { # Make a set of hourly plots from a dispersion # data frame hysplit_dispersion_plot( hours = "all", dispersion_df = disp.df, map_output_name = "new map") # }
Run the code above in your browser using DataLab