print.stp {stopp} | R Documentation |
Print a stp
object
Description
It prints the main information on the spatio-temporal point pattern
stored in the stp
object: the number of points; the enclosing spatial window;
the temporal time period.
Usage
## S3 method for class 'stp'
print(x, ...)
Arguments
x |
An object of class |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
See Also
Examples
set.seed(2)
df <- data.frame(cbind(runif(100), runif(100), runif(100)))
stp1 <- stp(df)
stp1
[Package stopp version 0.2.4 Index]