-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 858 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(get_activitytype)
export(get_countries)
export(get_elevationlevel)
export(get_speeds)
export(get_timediffs)
export(lines.activity)
export(load_activities)
export(merge_activity)
export(parse_gpx)
export(pload_activities)
export(plot.activity)
export(plot_listactivities)
exportClasses(activity)
exportMethods("[")
exportMethods(lines)
exportMethods(plot)
importFrom(OpenStreetMap,openmap)
importFrom(OpenStreetMap,osm)
importFrom(XML,htmlTreeParse)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlValue)
importFrom(XML,xpathSApply)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(methods,new)
importFrom(rworldmap,getMap)
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(sp,spDists)
importFrom(sp,spTransform)