pool
From spatstat v1.25-1
by Adrian Baddeley
Pool Data
Pool the data from several objects of the same class.
- Keywords
- spatial
Usage
pool(...)
Arguments
- ...
- Objects of the same type.
Details
The function pool
is generic. There are methods for several
classes, listed below.
pool
is used to combine the data from several objects of the same type,
and to compute statistics based on the combined dataset.
It may be used to pool the estimates obtained from replicated datasets.
It may also be used in high-performance computing applications,
when the objects ...
have been computed on different processors
or in different batch runs, and we wish to combine them.
Value
- An object of the same class as the arguments
...
.
See Also
Community examples
Looks like there are no examples yet.