print.lista | R Documentation |
lista
objectIt prints the main information on the local network summary statistics
stored in a lista
object.
## S3 method for class 'lista'
print(x, ...)
x |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
set.seed(2)
df_net <- data.frame(x = runif(25, 0, 0.85), y = runif(25, 0, 0.85), t = runif(25))
stlp1 <- stp(df_net, L = chicagonet)
lambda <- rep(diff(range(stlp1$df$x)) * diff(range(stlp1$df$y))
* diff(range(stlp1$df$t)) / spatstat.geom::volume(stlp1$L),
nrow(stlp1$df))
k <- localSTLKinhom(stlp1, lambda = lambda, normalize = TRUE)
k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.