summary.stcov: Summary of a 'stcov' object

summary.stcovR Documentation

Summary of a stcov object

Description

It prints the summary statistics of the spatio-temporal coordinates and the covariates values of the spatio-temporal covariate stored in the stcov object.

Usage

## S3 method for class 'stcov'
summary(object, ...)

Arguments

object

An object of class stcov

...

additional unused argument

Author(s)

Nicoletta D'Angelo

Examples


set.seed(2)
df <- data.frame(runif(100), runif(100), runif(100), rpois(100, 15))

cov <- stcov(df, interp = FALSE)
summary(cov)


stopp documentation built on May 29, 2024, 12:32 p.m.