"lpp"
that represents
a point pattern on a linear network.lpp(X, L)
"ppp"
) or other data acceptable to as.ppp
."linnet"
)."lpp"
.
Also inherits the class "ppx"
."lpp"
that represents
a point pattern on a linear network. The points of X
should lie
on the lines of L
.methods.lpp
and
methods.ppx
for methods applicable
to lpp
objects.
linnet
for linear networks. Random point patterns on a linear network can be generated by
rpoislpp
or runiflpp
.
example(linnet)
xx <- list(x=c(-1.5,0,0.5,1.5), y=c(1.5,3,4.5,1.5))
X <- lpp(xx, letterA)
plot(X)
X
summary(X)
Run the code above in your browser using DataLab