Summary of a List of Things
Prints a useful summary of each item in a list of things.
## S3 method for class 'anylist' summary(object, ...)
object |
An object of class |
... |
Ignored. |
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.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
x <- anylist(A=runif(10), B=runif(10), C=runif(10)) summary(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.