data.list-methods {FLCore} | R Documentation |
This method gets a list of "FLQuant"
and coarces it into a data.frame with a list of the values of each "FLQuant"
. It is very similar to "as.data.frame"
but instead of providing each "FLQuant"
in a new column, all objects are "rbinded". It's intended to be helpfull for ploting with xyplot
.
object
: list of "FLQuant"
objects...
: additional, optional arguments if requested"FLQuants"
object"data.frame"
object from a list of "FLQuant"
objects rbinding each object in the list. A new column is added with the name of the object "qname"
data(ple4) flqs <- FLQuants(list(catch.n(ple4), landings.n(ple4), discards.n(ple4))) data.list(flqs)