plot.stcov: Plot a 'stcov' object

View source: R/plot.stcov.R

plot.stcovR Documentation

Plot a stcov object

Description

This function plots the covariate stored in the stcov object given in input, in a three panel plot representing the 3Dplot of the coordinates, and the covariate values.

Usage

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

Arguments

x

An object of class stcov

...

additional unused argument

Author(s)

Nicoletta D'Angelo

See Also

stcov

Examples



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

cov <- stcov(df, interp = FALSE)

plot(cov)


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