plot.stcov | R Documentation |
stcov
objectThis 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.
## S3 method for class 'stcov'
plot(x, ...)
x |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
stcov
set.seed(2)
df <- data.frame(runif(100), runif(100), runif(100), rpois(100, 15))
cov <- stcov(df, interp = FALSE)
plot(cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.