View source: R/single_storm_track.R
single_storm_track | R Documentation |
single_storm_track
single_storm_track( map_in, nerr_site_id = NULL, storm_nm = NULL, storm_rank = NULL, stations = NULL, bbox = NULL, path_to_shp = NULL, path_to_base = NULL, lab_loc = NULL, scale_pos = "bottomleft", skip = NULL )
map_in |
.xlsx with all required input variables defined (string). |
nerr_site_id |
3 digit reserve code (string) |
storm_nm |
name of storm event (string). |
storm_rank |
numeric rank of storm for plotting aesthetics. a single storm with rank = 1 will be emphasized. (numeric integer) |
stations |
comma separated list of stations to plot on map (string) |
bbox |
comma separated bounding box for map extents (string vector ) |
path_to_shp |
pathway to shapefile for each storm track (string) |
path_to_base |
pathway to shapefile for the basemap world boundaries (string) |
lab_loc |
location of labels on the map. optional (string). |
scale_pos |
location of the scale on th map optional (string) |
skip |
TRUE/FALSE. If TRUE, function will be skipped (string). |
map is generated and saved in /output/maps/
## Not run: #StormTrackVariables.xlsx is a template variable input file saved in data/ var_in <- 'data/StormTrackVariables.xlsx' single_storm_track(map_in = var_in) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.