print.stcov {stopp}R Documentation

Print a stcov object

Description

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.

Usage

## S3 method for class 'stcov'
print(x, ...)

Arguments

x

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)
cov



[Package stopp version 0.2.4 Index]