as.data.frame,DeponsDyn-method {DEPONS2R} | R 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)
[Package DEPONS2R version 1.2.6 Index]