show | R Documentation |
Displays a summary of the input object.
## S4 method for signature 'Move'
show(object)
object |
a |
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.
Marco Smolla & Anne Scharf
data(leroy)
show(leroy) # show a move object
data(leroydbbmm)
show(leroydbbmm) # show DBBMM object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.