as.data.frame-DeponsDyn-method: Convert DeponsDyn object to data frame

as.data.frame,DeponsDyn-methodR Documentation

Convert DeponsDyn object to data frame

Description

Function for converting DEPONS population dynamics object to a data frame.

Usage

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

Arguments

x

DeponsDyn 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(porpoisedyn)
class(porpoisedyn)
the.dyn <- as.data.frame(porpoisedyn)

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