rgnpp | R Documentation |
Random Points on a Geometric Network
rgnpp(n, fit)
n |
Number of random points. A nonnegative integer. |
fit |
A fitted point process on a geometric network (object of class
|
A point pattern on a geometric network, an object of class
gnpp
.
X <- runifgn(n = 50, G = small_gn) fit <- intensity_pspline(X) X2 <- rgnpp(n = 50, fit = fit) plot(X2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.