as.data.frame.listofModels {simulator} | R Documentation |
Convert a List of Models to a data.frame
Description
When load
generates a list of Models, it assigns this
to be of (S3) class listofModels, inherited from list, so that this function
will be invoked instead of as.data.frame.list, which is defined in base.
Usage
## S3 method for class 'listofModels'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
list |
row.names |
not used |
optional |
not used |
... |
not used |
[Package simulator version 0.2.5 Index]