print.spacejamr: Print information from a spacejamr instance

View source: R/spacejamr.R

print.spacejamrR Documentation

Print information from a spacejamr instance

Description

Print method for the spacejamr class

Usage

## S3 method for class 'spacejamr'
print(x, ...)

Arguments

x

a spacejamr object

...

ignored.

Details

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

Value

No return value, called for side effects

Author(s)

Darren Colby
Email: dscolby17@gmail.com

Examples

# Load spacejamr object
data("RI")

print(RI)


spacejamr documentation built on April 2, 2022, 1:07 a.m.