Description Objects from the Class Slots Extends Methods Examples
A collection of trajectories, which can separately be stored using the Move
class.
Objects can be created by calls of the form new("MoveBBStack", ...)
.
trackId
:Object of class "factor"
~~
timestamps
:Object of class "POSIXct"
~~
idData
:Object of class "data.frame"
~~
sensor
:Object of class "factor"
~~
data
:Object of class "data.frame"
~~
coords.nrs
:Object of class "numeric"
~~
coords
:Object of class "matrix"
~~
bbox
:Object of class "matrix"
~~
proj4string
:Object of class "CRS"
~~
trackIdUnUsedRecords
:Object of class "factor"
~~
timestampsUnUsedRecords
:Object of class ".OptionalPOSIXct"
~~
sensorUnUsedRecords
:Object of class "factor"
~~
dataUnUsedRecords
:Object of class "data.frame"
~~
dateCreation
:Object of class "POSIXct"
~~
study
:Object of class "character"
~~
citation
:Object of class "character"
~~
license
:Object of class "character"
~~
variance
:Object of class "numeric"
~~
diffusion
:Object of class "list"
~~
Class "MoveStack"
, directly.
Class ".BBInfo"
, directly.
Class ".MoveTrackStack"
, by class "MoveStack", distance 2.
Class ".MoveGeneral"
, by class "MoveStack", distance 2.
Class ".MoveTrack"
, by class "MoveStack", distance 3.
Class ".unUsedRecordsStack"
, by class "MoveStack", distance 3.
Class "SpatialPointsDataFrame"
, by class "MoveStack", distance 4.
Class ".unUsedRecords"
, by class "MoveStack", distance 4.
Class "SpatialPoints"
, by class "MoveStack", distance 5.
Class "Spatial"
, by class "MoveStack", distance 6.
signature(x = "MoveBBStack", i = "ANY", j = "ANY")
: ...
signature(tr = "MoveBBStack")
: ...
signature(object = "MoveBBStack", time = "ANY")
: ...
signature(object = "MoveBBStack", raster = "RasterLayer", timestepSize = "numeric", time.scale = "numeric")
: ...
signature(x = "MoveBBStack", f = "missing")
: ...
signature(object = "MoveBBStack", raster = "RasterLayer", timestepSize = "numeric")
: ...
signature(object = "MoveBBStack", time = "numeric", time.scale = "numeric")
: ...
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.