View source: R/plot.sepstlppm.R
plot.sepstlppm | R Documentation |
The function plots the fitted intensity, displayed both in space and in space and time.
## S3 method for class 'sepstlppm'
plot(x, do.points = TRUE, par = TRUE, ...)
x |
An object of class |
do.points |
Add points to plot |
par |
Default to |
... |
additional unused argument |
Nicoletta D'Angelo
crimesub <- stpm(valenciacrimes$df[101:200, ],
names = colnames(valenciacrimes$df)[-c(1:3)],
L = valencianet)
mod1 <- sepstlppm(crimesub, spaceformula = ~x ,
timeformula = ~ day)
plot(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.