as.data.frame,DeponsDyn-method | R Documentation |
Function for converting DEPONS population dynamics object to a data frame.
## S4 method for signature 'DeponsDyn'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
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. |
data.frame
object
data(porpoisedyn)
class(porpoisedyn)
the.dyn <- as.data.frame(porpoisedyn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.