powered by
Print method for both the PointProcess and HaltonSeq classes, which inherit methods from the PointSim class.
# S3 method for PointSim print(x, ...)
a PointSim object or a child 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) print(ri_points) # }
Run the code above in your browser using DataLab