plot.stcov {stopp} | R 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 |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
See Also
Examples
set.seed(2)
df <- data.frame(runif(100), runif(100), runif(100), rpois(100, 15))
cov <- stcov(df, interp = FALSE)
plot(cov)
[Package stopp version 0.2.4 Index]