as.data.frame-DeponsTrack-method: Convert DeponsTrack to data frame

as.data.frame,DeponsTrack-methodR Documentation

Convert DeponsTrack to data frame

Description

Function for converting DEPONS movement track file to a data frame.

Usage

## S4 method for signature 'DeponsTrack'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

DeponsTrack object

row.names

NULL or a character vector giving the row names for the data frame. Missing values are not allowed.

optional

Logical (not used)

...

additional arguments to be passed to or from methods.

Value

data.frame object

Examples

data(porpoisetrack)
class(porpoisetrack)
the.track <- as.data.frame(porpoisetrack)

jacobnabe/DEPONS2R documentation built on Jan. 26, 2025, 9:33 a.m.