## S3 method for class 'splitppp':
[(x, ...)
## S3 method for class 'splitppp':
[(x, ...) <- value
"splitppp"
, representing a point pattern
separated into a list of sub-patterns."splitppp"
."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"
.
split.ppp
,
plot.splitppp
,
summary.splitppp
data(amacrine) # multitype point pattern
y <- split(amacrine)
y[1]
y["off"]
y[1] <- list(runifpoint(42, amacrine$window))
Run the code above in your browser using DataLab