summary.listof: Summary of a List of Things

View source: R/listof.R

summary.listofR 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 'listof'
summary(object, ...)

Arguments

object

An object of class "listof".

...

Ignored.

Details

This is a method for the generic function summary.

An object of the class "listof" is effectively a list of things which are all of the same class.

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

Author(s)

\adrian

and \rolf

See Also

summary, plot.listof

Examples

  x <- list(A=runif(10), B=runif(10), C=runif(10))
  class(x) <- c("listof", class(x))
  summary(x)

spatstat.geom documentation built on May 29, 2024, 4:09 a.m.