| summary.PointSim {spacejamr} | R Documentation |
Prints a summary of information from either a PointProcess or HaltonSeq object, whcih are both child classes of the PointSim class.
## S3 method for class 'PointSim'
summary(object, ...)
object |
a PointSim 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)
summary(ri_points)