summary.stcov | R Documentation |
stcov
objectIt prints the summary statistics of the spatio-temporal coordinates and the
covariates values
of the spatio-temporal covariate
stored in the stcov
object.
## S3 method for class 'stcov'
summary(object, ...)
object |
An object of class |
... |
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)
summary(cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.