spatstat (version 1.56-0)

summary.solist: Summary of a List of Spatial Objects

Description

Prints a useful summary of each entry in a list of two-dimensional spatial objects.

Usage

# S3 method for solist
summary(object, …)

Arguments

object

An object of class "solist".

Ignored.

Details

This is a method for the generic function summary.

An object of the class "solist" is effectively a list of two-dimensional spatial datasets. See solist.

This function extracts a useful summary of each of the datasets.

See Also

solist, summary, plot.solist

Examples

Run this code
# NOT RUN {
  x <- solist(cells, japanesepines, redwood)
  summary(x)
# }

Run the code above in your browser using DataCamp Workspace