Learn R Programming

spacejamr (version 0.2.1)

summary.spacejamr: Print summary information of a spacejamr instance

Description

Summary method for the spacejamr class

Usage

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

Arguments

object

a spacejamr object

...

ignored.

Value

No return value, called for side effects

Details

Provides a wrapper for the summary.owin method in the spatstats.geom package.

Examples

Run this code
# NOT RUN {
# Load spacejamr object
data("RI")

summary(RI)

# }

Run the code above in your browser using DataLab