show: Show a Move, DBBMM, dynBGB object

showR Documentation

Show a Move, DBBMM, dynBGB object

Description

Displays a summary of the input object.

Usage

  ## S4 method for signature 'Move'
show(object)

Arguments

object

a move, moveStack, moveBurst, DBBMM, DBBMMStack, DBBMMBurstStack, dBMvariance, dBMvarianceBurst, dBMvarianceStack, dynBGB, dBGBvariance, .UD, .UDStack, .UDBurstStack or movebankLogin object

Details

For Move, dBMvariance and dBGBvariance objects the function displays a summary including: animal ID, species name, study name, number of track points, receiver type, projection method, date of file creation, the first three lines of the spatial data frame, study citation, data license, number of omitted locations due to NAs in the dataset, etc. If the imported data are not from the Movebank database Animal, Species, nPoints, Receiver, and Study are not shown.

For DBBMM, dynBGB or .UD objects a summary of the raster properties is shown.

For the movebankLogin object the username and password is shown.

Author(s)

Marco Smolla & Anne Scharf

Examples

data(leroy)
show(leroy) # show a move object
data(leroydbbmm)
show(leroydbbmm) # show DBBMM object


move documentation built on July 9, 2023, 6:09 p.m.