Learn R Programming

spatstat.explore (version 3.7-0)

pool.anylist: Pool Data from a List of Objects

Description

Pool the data from the objects in a list.

Usage

# S3 method for anylist
pool(x, ...)

Arguments

Value

An object of the same class as each of the entries in x.

Details

The function pool is generic. Its purpose is to combine data from several objects of the same type (typically computed from different datasets) into a common, pooled estimate.

The function pool.anyist is the method for the class "anylist". It is used when the objects to be pooled are given in a list x.

Each of the elements of the list x, and each of the subsequent arguments ... if provided, must be an object of the same class.

See Also

anylist, pool.

Examples

Run this code
   Keach <- anylapply(waterstriders, Kest, ratio=TRUE, correction="iso")
   K <- pool(Keach)

Run the code above in your browser using DataLab