simm.bb | R Documentation |
This function simulates a brownian bridge motion
simm.bb(date = 1:100, begin = c(0, 0), end = begin, id = "A1",
burst = id, proj4string=CRS())
date |
a vector indicating the date (in seconds) at which
relocations should be simulated. This vector can be of class
|
begin |
a vector of length 2 giving the x and y coordinates of the location beginning of the trajectory |
end |
a vector of length 2 giving the x and y coordinates of the location ending the trajectory |
id |
a character string indicating the identity of the simulated
animal (see |
burst |
a character string indicating the identity of the
simulated animal (see |
proj4string |
a valid CRS object containing the projection
information (see |
An object of class ltraj
.
Clement Calenge clement.calenge@ofb.gouv.fr
Stephane Dray dray@biomserv.univ-lyon1.fr
Manuela Royer royer@biomserv.univ-lyon1.fr
Daniel Chessel chessel@biomserv.univ-lyon1.fr
ltraj
, hbrown
plot(simm.bb(1:1000, end=c(100,100)), addpoints = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.