Description Usage Arguments Value See Also Examples
View source: R/plot.trackvisits.R
plot.trackvisits
is the plot function for objects of class
trackvisits
. Several plots are possible:
"lonlat"
Plots the longitude on the x axis and the latitude
on the y axis. Vists are plotted as points and are linked by lines. Points
of visits at campsites are filled black, points of visits at short-term visits
are filled white. Lines linking visits are plotted solid if the duration between
visits does not exceed certain threshold values. Otherwise, they are plotted
dashed. Each visit is indicated by a label that contains the following information:
(1) step: The id of the visit, (2) loc.: The id of the location, (3) visit: The number
of repeated campsite visits at the same location, (4) arr.: The start time of the
visit (irrespective whether this is sure or not), (5) dep.: The end time of the
visit (irrespective whether this is sure or not). Label boxes are filled according
to an argument "seasons}.}
\item{\code{"lonlatanonymuous"}}{Like \code{"lonlat"}, but no labels will be
added to the axes.}
\item{\code{"altitude"}}{Plots the start time and end time of each visit on
the x axis and the altitude of each visit on the y axis. Each visit is plotted
as a pair of points linked by a solid straight line. Points
of visits at campsites are filled black, points of visits at short-term visits
are filled white. Lines linking visits are plotted solid if the duration between
visits does not exceed certain threshold values. Otherwise, they are plotted
dashed.Each visit is indicated by a label that contains the following information:
(1) step: The id of the visit, (2) loc.: The id of the location, (3) visit: The number
of repeated campsite visits at the same location, (4) arr.: The start time of the
visit (irrespective whether this is sure or not), (5) dep.: The end time of the
visit (irrespective whether this is sure or not). Label boxes are filled according
to an argument \code{"seasons
.
1 2 3 4 5 6 7 8 9 |
x |
An object of class |
... |
Further arguments, will be ignored. |
what |
A character value defining which plot to create. See the description section. |
seasons |
A
|
timethreshold |
A numeric value representing a time threshold of duarions between
adjacent visits [s]. If the duration between a visit and a next visit is larger than
|
A ggplot
object
trackvisits
,
trackvisitsFromTrack
,
trackvisitsGetGroups
,
trackvisitsMergeGroups
,
trackvisitsSetNextvisitsamelocationindex
,
trackvisitsSetNorepeatedcampsitevisits
.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.