as.data.frame.Evals {simulator} | R Documentation |
Convert an Evals to a data.frame
Description
This is equivalent to calling as(x, "data.frame")
Usage
## S3 method for class 'Evals'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
object of class |
row.names |
not used |
optional |
not used |
... |
not used |
[Package simulator version 0.2.5 Index]