Learn R Programming

spacejamr (version 0.2.1)

summary.PointSim: Display summary information from a PointSim instance

Description

Prints a summary of information from either a PointProcess or HaltonSeq object, whcih are both child classes of the PointSim class.

Usage

# S3 method for PointSim
summary(object, ...)

Arguments

object

a PointSim 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)
summary(ri_points)

# }

Run the code above in your browser using DataLab