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