show,sim_setup-method {saeSim} | R Documentation |
sim_setup
This is the documentation for the show methods in the package saeSim
. In case you don't know, show
is for S4-classes like print
for S3. If you don't know what that means, don't bother, there is no reason to call show
directly, however there is the need to document it.
## S4 method for signature 'sim_setup'
show(object)
## S4 method for signature 'summary.sim_setup'
show(object)
object |
Any R object |
Will print the head of a sim_setup
to the console, after converting it to a data.frame
.