Description Usage Arguments Details Value Author(s) See Also Examples
Extract or replace some of the sub-patterns in a split point pattern.
1 2 3 4 | ## S3 method for class 'splitppp'
x[...]
## S3 replacement method for class 'splitppp'
x[...] <- value
|
x |
An object of class |
... |
Subset index. Any valid subset index in the usual R sense. |
value |
Replacement value for the subset. A list of point patterns. |
These are subset methods for the class "splitppp"
.
The argument x
should be an object of class "splitppp"
,
representing a point pattern that has been separated into a
list of sub-patterns. It is created by split.ppp
.
The methods extract or replace a designated
subset of the list x
, and return an object of class "splitppp"
.
Another object of class "splitppp"
.
and \rolf
split.ppp
,
plot.splitppp
,
summary.splitppp
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.