print.ADCube {SimCop} | R Documentation |
Print method for cubes
Description
print
method for ‘ADCube’ objects.
Usage
## S3 method for class 'ADCube'
print(x, ...)
Arguments
x |
an object of |
... |
arguments passed on to |
Details
Currently, the component ‘val
’ of the ‘ADCube’ object is printed using base::print
.
[Package SimCop version 0.7.3 Index]