print.stlpm {stopp} | R Documentation |
Print a stlpm
object
Description
It prints the main information on the spatio-temporal point pattern
stored in the stlpm
object: the number of points; the enclosing spatial window;
the temporal time period; information on marks.
Usage
## S3 method for class 'stlpm'
print(x, ...)
Arguments
x |
An object of class |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
Examples
set.seed(2)
df <- data.frame(x = runif(100, 0, 0.8), y = runif(100, 0, 0.8), t = runif(100), m = rpois(100, 15))
stlpm1 <- stpm(df, L = chicagonet)
stlpm1
[Package stopp version 0.2.4 Index]