summary.spacejamr {spacejamr} | R Documentation |
Print summary information of a spacejamr instance
Description
Summary method for the spacejamr class
Usage
## S3 method for class 'spacejamr'
summary(object, ...)
Arguments
object |
a spacejamr object |
... |
ignored. |
Details
Provides a wrapper for the summary.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")
summary(RI)
[Package spacejamr version 0.2.1 Index]