powered by
stlp
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.
# S3 method for stlp summary(object, ...)
An object of class stlp
additional unused argument
Nicoletta D'Angelo
stp, plot.stlp, print.stlp
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)
Run the code above in your browser using DataLab