print.spacejamr {spacejamr} | R 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)
[Package spacejamr version 0.2.1 Index]