powered by
Prints a summary of information from either a PointProcess or HaltonSeq object, whcih are both child classes of the PointSim class.
# S3 method for PointSim summary(object, ...)
a PointSim object
ignored
No return value, called for side effects
# NOT RUN { # Load spacejamr object data("RI") ri_points <- PointSim(points = 10, window = RI, seed = 42) summary(ri_points) # }
Run the code above in your browser using DataLab