as.solist {spatstat} | R Documentation |
Given a list of two-dimensional spatial objects,
convert it to the class "solist"
.
as.solist(x, ...)
x |
A list of objects, each representing a two-dimensional spatial dataset. |
... |
Additional arguments passed to |
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).
A list, usually of class "solist"
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner r.turner@auckland.ac.nz
and Ege Rubak rubak@math.aau.dk
x <- list(cells, density(cells)) y <- as.solist(x)