walkElevation: Visualize elevations for tracks that form a walk.

View source: R/walks.R

walkElevationR Documentation

Visualize elevations for tracks that form a walk.

Description

Plot elevations for tracks in a data frame that form a contiguous “walk”.

Usage

walkElevation(walkdat, title = NULL, elev_bufr = 0.01, maval = 10)

Arguments

walkdat

A data frame that contains tracks that form a contiguous “walk”. Usually made with walkMaker.

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.

Details

NONE YET

Value

Returns a ggplot2 object. The object will be displayed if the returned object is not assigned to name.

Author(s)

Derek H. Ogle

See Also

walkMap walkSummary

Examples

## None yet.


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.