print.cyclopsData {Cyclops} | R Documentation |
Print a Cyclops data object
Description
print.cyclopsData
displays information about a Cyclops data model object.
Usage
## S3 method for class 'cyclopsData'
print(x, show.call = TRUE, ...)
Arguments
x |
A Cyclops data model object |
show.call |
Logical: display last call to construct the Cyclops data model object |
... |
Additional arguments |
[Package Cyclops version 3.4.1 Index]