powered by
Prints a useful summary of each item in a list of things.
# S3 method for anylist summary(object, ...)
An object of class "anylist".
"anylist"
Ignored.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
This is a method for the generic function summary.
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.
anylist
This function extracts a useful summary of each of the items in the list.
anylist, summary, plot.anylist
plot.anylist
x <- anylist(A=runif(10), B=runif(10), C=runif(10)) summary(x)
Run the code above in your browser using DataLab