Learn R Programming

spacejamr (version 0.2.1)

print.PointSim: 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 PointSim
print(x, ...)

Arguments

x

a PointSim object or a child object

...

ignored.

Value

No return value, called for side effects

Examples

Run this code
# 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