summary.stp {stopp} | R Documentation |
stp
objectIt prints the summary statistics of the spatial and temporal coordinates
of the spatio-temporal point pattern
stored in the stp
object.
## S3 method for class 'stp'
summary(object, ...)
object |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
set.seed(2)
df <- data.frame(cbind(runif(100), runif(100), runif(100)))
stp1 <- stp(df)
summary(stp1)