walkMap | R Documentation |
Create a map or plot elevations for tracks in a data frame that form a contiguous “walk”.
walkMap(
dat,
clrs,
LAT_bottom = NULL,
LAT_top = NULL,
LON_left = NULL,
LON_right = NULL,
map_bufr = 4e-05,
label_tracks = TRUE,
verbose = TRUE
)
allTracksMap(
dat,
clrs,
LAT_bottom = NULL,
LAT_top = NULL,
LON_left = NULL,
LON_right = NULL,
map_bufr = 4e-05,
walk = NULL,
verbose = TRUE
)
dat |
A data frame that contains tracks to map, contiguous tracks for |
clrs |
A named vector of colors that will be applied to identify tracks by |
LAT_bottom |
A latitude coordinate for the bottom of the bounding box for the map. Defaults to just below the minimum latitude found in |
LAT_top |
A latitude coordinate for the top of the bounding box for the map. Defaults to just above the maximum latitude found in |
LON_left |
A longitude coordinate for the left-side of the bounding box for the map. Defaults to just left of the minimum latitude found in |
LON_right |
A longitude coordinate for the right-side of the bounding box for the map. Defaults to just right the maximum latitude found in |
map_bufr |
A numeric that makes the map slightly larger than the space that the track paths require. |
label_tracks |
A logical for whether (or not) the tracks should be labeled with a unique number in |
verbose |
A logical for whether progress messages should be displayed or not. |
walk |
A ggplot2 object made with |
NONE YET
Returns a leaflet
object that is the map. The map will be displayed if the returned object is not assigned a name.
Derek H. Ogle
walkSummary
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.