Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'linnet':
[(x, i, \dots)
"linnet"
)."owin"
."linnet"
).x
and the domain specified by i
.
This function is a method for the subset operator "["
for
linear networks (objects of class "linnet"
). It is provided
mainly for completeness. The index i
should be a window.
plot(simplenet)
B <- owin(c(0,1),c(0.2,0.5))
plot(simplenet[B], add=TRUE, col="red")
plot(B, add=TRUE, border="green")
Run the code above in your browser using DataLab