generateMap: generateMap

Description Usage Arguments Details Value Examples

View source: R/generateMap.R

Description

Function to generate a map of the activity

Usage

1

Arguments

data

an activity dataframe or a list of activity dataframes (splits)

Details

If the activity dataframe(s) contains latitude and longitude informations, then this function will plot the activity trackpoints on a map

Value

A leaflet object to view as a map

Examples

1
2
3
4
gpx <- evenActivity
generateMap(gpx)
sp <- autoSplits(gpx)
generateMap(sp)

theasjblog/tcx_package documentation built on March 13, 2021, 2:24 a.m.