show,sim_setup-method {saeSim} | R Documentation |
Show for sim_setup
Description
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.
Usage
## S4 method for signature 'sim_setup'
show(object)
## S4 method for signature 'summary.sim_setup'
show(object)
Arguments
object |
Any R object |
Details
Will print the head of a sim_setup
to the console, after converting it to a data.frame
.
[Package saeSim version 0.11.0 Index]