as_gnpp | R Documentation |
as_gnpp
transmutes an existing object into a point pattern on a geometric
network, an object of class gnpp
.
as_gnpp(x, ...) ## S3 method for class 'gnppfit' as_gnpp(x, ...) ## S3 method for class 'lpp' as_gnpp(x, ..., spatstat = FALSE)
x |
An object that could reasonably transmuted to an object of class
|
... |
Other arguments. |
spatstat |
Set to |
An object of class gnpp
.
Marc Schneble marc.schneble@stat.uni-muenchen.de
library(spatstat.data) X <- as_gnpp(chicago) summary(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.