MoveBBStack-class: Class '"MoveBBStack"'

Description Objects from the Class Slots Extends Methods Examples

Description

A collection of trajectories, which can separately be stored using the Move class.

Objects from the Class

Objects can be created by calls of the form new("MoveBBStack", ...).

Slots

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" ~~

Extends

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.

Methods

[

signature(x = "MoveBBStack", i = "ANY", j = "ANY"): ...

diffusionCoefficient

signature(tr = "MoveBBStack"): ...

position

signature(object = "MoveBBStack", time = "ANY"): ...

speedDistribution

signature(object = "MoveBBStack", raster = "RasterLayer", timestepSize = "numeric", time.scale = "numeric"): ...

split

signature(x = "MoveBBStack", f = "missing"): ...

utilizationDistribution

signature(object = "MoveBBStack", raster = "RasterLayer", timestepSize = "numeric"): ...

velocity

signature(object = "MoveBBStack", time = "numeric", time.scale = "numeric"): ...

Examples

1
2
3
4
showClass("MoveBBStack")

data(vervet_monkeys)
monkey.tr

moveBB documentation built on May 2, 2019, 5:50 p.m.