move (version 3.2.2)

show: Show a Move, DBBMM, dynBGB object

Description

Displays a summary of the input object.

Usage

# S4 method for 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.

Examples

Run this code
# NOT RUN {
data(leroy)
show(leroy) # show a move object
data(leroydbbmm)
show(leroydbbmm) # show DBBMM object

# }

Run the code above in your browser using DataLab