as.solist
From spatstat v1.41-1
by Adrian Baddeley
Convert List of Two-Dimensional Spatial Objects
Given a list of two-dimensional spatial objects,
convert it to the class "solist"
.
Usage
as.solist(x, ...)
Arguments
- x
- A list of objects, each representing a two-dimensional spatial dataset.
- ...
- Additional arguments passed to
solist
.
Details
This command makes the list x
into an object of class "solist"
(spatial object list).
See solist
for details.
The entries in the list x
should be
two-dimensional spatial datasets
(not necessarily of the same class).
Value
- A list, usually of class
"solist"
.
See Also
Examples
x <- list(cells, density(cells))
y <- as.solist(x)
Community examples
Looks like there are no examples yet.