print.stlp {stopp}R Documentation

Print 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'
print(x, ...)

Arguments

x

An object of class stlp

...

additional unused argument

Author(s)

Nicoletta D'Angelo

See Also

stp, plot.stlp, summary.stlp

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)
stlp1


[Package stopp version 0.2.4 Index]