# NOT RUN {
#### Fastloc GPS data obtained from a green turtle
data(turtle)
# }
# NOT RUN {
#### See the data on Google earth
## points with time stamps
kml_track(turtle, output = 'open', type = 'point',
points_names = turtle$DateTime, colour_scale = 'yellow')
## lines
kml_track(turtle, output = 'open', type = 'line', colour = 'red')
#### Save the location points to the current working directory
shape <- "http://maps.google.com/mapfiles/kml/pal2/icon26.png"
kml_track(turtle, output = 'save', type = 'point', shape = shape, colour = 'yellow')
# }
Run the code above in your browser using DataLab