print.stlp | R Documentation |
stlp
objectIt 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 class 'stlp'
print(x, ...)
x |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
stp, plot.stlp, summary.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)
stlp1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.