plot.stlpm | R Documentation |
stlpm
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 mark values.
## S3 method for class 'stlpm'
plot(x, ...)
x |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
stppm
set.seed(2)
df <- data.frame(x = runif(100, 0, 0.8), y = runif(100, 0, 0.8), t = runif(100), m = rpois(100, 15))
stlpm1 <- stpm(df, L = chicagonet)
plot(stlpm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.