summary.anylist: Summary of a List of Things

View source: R/solist.R

summary.anylistR Documentation

Summary of a List of Things

Description

Prints a useful summary of each item in a list of things.

Usage

 ## S3 method for class 'anylist'
summary(object, ...)

Arguments

object

An object of class "anylist".

...

Ignored.

Details

This is a method for the generic function summary.

An object of the class "anylist" is effectively a list of things which are intended to be treated in a similar way. See anylist.

This function extracts a useful summary of each of the items in the list.

Author(s)

\adrian

and \rolf

See Also

anylist, summary, plot.anylist

Examples

  x <- anylist(A=runif(10), B=runif(10), C=runif(10))
  summary(x)

spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.