summary.stlp {stopp} | R Documentation |
Summary of a stlp
object
Description
It prints the main information on the spatio-temporal point pattern on a linear
network stored in the stlp
object: the number of points;
vertices and lines of the linear network; the enclosing spatial window;
the temporal time period.
Usage
## S3 method for class 'stlp'
summary(object, ...)
Arguments
object |
An object of class |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
See Also
Examples
set.seed(2)
df_net <- data.frame(cbind(runif(100, 0, 0.85), runif(100, 0, 0.85), runif(100)))
stlp1 <- stp(df_net, L = chicagonet)
summary(stlp1)
[Package stopp version 0.2.4 Index]