powered by
stp
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.
# S3 method for stp print(x, ...)
An object of class stp
additional unused argument
Nicoletta D'Angelo
stp, summary.stp, plot.stp
set.seed(2) df <- data.frame(cbind(runif(100), runif(100), runif(100))) stp1 <- stp(df) stp1
Run the code above in your browser using DataLab