- sdata
A data frame containing columns with the following headers: "id", "DateTime", "lat", "lon".
The function creates a map for each unique "id" (e.g. transmitter number, identifier for each animal).
"DateTime" is the GMT date & time of each location in class POSIXct
or character
with the following format "2012-06-03 01:33:46".
"lat" and "lon" are the latitude and longitude of each location in decimal degrees.
- xlim, ylim
Limits for x and y axes.
If not specified, the values are determined as the maximum range of the input data plus an additional margin (see margin).
- margin
Set the amount of spaces added around the periphery of the plot. The value is scaled to the plot.
The smaller value increases the margin.
- bgmap
A data frame of a background map data, containing the following headers: "long", "lat", "group".
If not specified, the world
map is used.
Google Maps ("terrain", "satellite", "roadmap", "hybrid") can also be queried.
- google.key
If Google Maps are queried, a valid API key (a string) needs to be specified here. See register_google
for details.
- map.bg
Background colour of the map. This argument is ignored when any Google Maps is selected.
- map.col
Outline colour of the map. This argument is ignored when any Google Maps is selected.
- zoom
Map zoom for Google Maps. Default (NULL) to estimate the zoom from each data set.
For other options, see get_map
for details.
- point.bg
The colour to fill in a symbol.
- point.col
The colour for the outline of a symbol.
- point.symbol
An integer or a string to specify the symbol type. See shape
for details.
- point.size
An integer to specify the size of the symbol.
- line.col
The colour of the line that connects consecutive points.
- line.type
The type of the line that connects consecutive points. See linetype
for details.
- line.size
An integer to specify the thickness (width) of the line that connects consecutive points.
- sb.distance
An integer to specify the length of the scale bar. If not specified, approximately a quarter of the
plotting range will be used.
- sb.lwd
An integer to specify the thickness (width) of the scale bar.
- sb.line.col
The colour of the scale bar.
- sb.text.size
An integer to specify the text size for the scale bar.
- sb.text.col
The colour of the text for the scale bar.
- sb.space
Set the amount of space between the scale bar and the text.
The value is scaled to the plot. The smaller value increases the space.
- title
The main title for each plot. If not specified, the "id" will be used.
- title.size
An integer to specify the size of the title.
- axes.text.size
An integer to specify the size of the axes characters.
- axes.lab.size
An integer to specify the size of the axes labels.
- multiplot
Logical. If TRUE (default), multiple plots are displayed on the same page.
- nrow
An integer to specify the number of rows in the multiple plot page.
- ncol
An integer to specify the number of columns in the multiple plot page.