read.gps | R Documentation |
Reads GPX format files by simply finding all longitudes and latitudes; in other words, information on separate tracks, or waypoints, etc., is lost.
read.gps(
file,
type = NULL,
encoding = "latin1",
debug = getOption("oceDebug"),
processingLog
)
file |
name of file containing gps data. |
type |
type of file, which will be inferred from examination of the
data if not supplied. In the present version, the only choice for
|
encoding |
a character value that indicates the encoding to be used for
this data file, if it is textual. The default value for most functions is
|
debug |
set to TRUE to print information about the header, etc. |
processingLog |
ignored. |
A gps object.
Dan Kelley
Other things related to gps data:
[[,gps-method
,
[[<-,gps-method
,
as.gps()
,
gps-class
,
plot,gps-method
,
summary,gps-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.