inst/Examples/plotGPSTrackMethod.R

plotGPSTrack <- function(x, y,
                         colors = c("blue", "green", "brown"), 
                         fraction = .75, head = .5, ...) {
    elevationColors <- .arrowColors(x@elevation, colors)
    plotGPSArrows(x, fraction, head, col = elevationColors)
}

Try the SoDA package in your browser

Any scripts or data that you put into this service are public.

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.