walkElevation | R Documentation |
Plot elevations for tracks in a data frame that form a contiguous “walk”.
walkElevation(walkdat, title = NULL, elev_bufr = 0.01, maval = 10)
walkdat |
A data frame that contains tracks that form a contiguous “walk”. Usually made with |
title |
A string for the map title. |
elev_bufr |
A numeric that makes a slight buffer around the elevation data. |
maval |
The number of points to include in the moving average. Use 1 to maintain raw data. Defaults to 10. |
NONE YET
Returns a ggplot2
object. The object will be displayed if the returned object is not assigned to name.
Derek H. Ogle
walkMap
walkSummary
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.