Reads data in GPX form. Examples of tourist routes saved in this format can be downloaded from mapa-turystyczna.pl.
read_gpx(path, name = NULL, uniform = TRUE, dx = 25, span = 0.1)# S3 method for gpx_file
plot(x, ..., type = "profile", color = "magenta")
path the the gpx file with information about the route
name of the route
if TRUE then route will be converted into a uniform grid of points
if uniform is TRUE then dx is the grid size
if uniform is TRUE then span is smoothing parameter
routs to be plotted
other parameters
what should be plotted? 'profile' for profiles, 'difference' for derivative, 'boxplot' absolute derivative
names of colors for lines
Przemyslaw Biecek