Learn R Programming

stopp (version 0.2.3)

summary.stlp: 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 stlp
summary(object, ...)

Arguments

object

An object of class stlp

...

additional unused argument

Author

Nicoletta D'Angelo

See Also

stp, plot.stlp, print.stlp

Examples

Run this code


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