Learn R Programming

lgcp (version 1.8)

Extract.stppp: Extract.stppp function

Description

extracting subsets of an stppp object.

Usage

"x[subset]"

Arguments

x

an object of class stppp

subset

the subset to extract

Value

extracts subset of an stppp object

Examples

Run this code
# NOT RUN {
xyt <- lgcpSim()
# }
# NOT RUN {
xyt
# }
# NOT RUN {
xyt[xyt$t>0.5]
# }

Run the code above in your browser using DataLab