print.PointSim {spacejamr} | R Documentation |
Print information from a PointSim class
Description
Print method for both the PointProcess and HaltonSeq classes, which inherit methods from the PointSim class.
Usage
## S3 method for class 'PointSim'
print(x, ...)
Arguments
x |
a PointSim object or a child object |
... |
ignored. |
Value
No return value, called for side effects
Author(s)
Darren Colby
Email: dscolby17@gmail.com
Examples
# Load spacejamr object
data("RI")
ri_points <- PointSim(points = 10, window = RI, seed = 42)
print(ri_points)
[Package spacejamr version 0.2.1 Index]