powered by
stcov
It prints the main information on the spatio-temporal covariate stored in the stcov object: the number of points; the enclosing spatial window; the temporal time period; information on the covariate values.
# S3 method for stcov print(x, ...)
An object of class stcov
additional unused argument
Nicoletta D'Angelo
set.seed(2) df <- data.frame(runif(100), runif(100), runif(100), rpois(100, 15)) cov <- stcov(df, interp = FALSE) cov
Run the code above in your browser using DataLab