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