anylist
From spatstat v1.41-1
by Adrian Baddeley
List of Objects
Make a list of objects of any type.
Usage
anylist(...)
as.anylist(x)
Arguments
- ...
- Any number of arguments of any type.
- x
- A list.
Details
An object of class "anylist"
is
a list of objects that the user intends to treat in a similar fashion.
For example it may be desired to plot each of the objects
side-by-side: this can be done using the function
plot.anylist
.
The objects can belong to any class;
they may or may not all belong to the same class.
In the "anylist"
.
Value
- A list, belonging to the class
"anylist"
, containing the original objects.
See Also
Examples
anylist(cells, intensity(cells), Kest(cells))
Community examples
Looks like there are no examples yet.