spatstat.geom (version 3.2-9)

as.solist: Convert List of Two-Dimensional Spatial Objects

Description

Given a list of two-dimensional spatial objects, convert it to the class "solist".

Usage

as.solist(x, ...)

Value

A list, usually of class "solist".

Arguments

x

A list of objects, each representing a two-dimensional spatial dataset.

...

Additional arguments passed to solist.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.

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).

See Also

solist, as.anylist, solapply.

Examples

Run this code
  x <- list(cells, Window(cells), setcov(Window(cells)))
  y <- as.solist(x)

Run the code above in your browser using DataLab