plot.sepstlppm {stopp} | R Documentation |
Plot of the fitted intensity of a separable spatio-temporal Poisson model
Description
The function plots the fitted intensity, displayed both in space and in space and time.
Usage
## S3 method for class 'sepstlppm'
plot(x, do.points = TRUE, par = TRUE, ...)
Arguments
x |
An object of class |
do.points |
Add points to plot |
par |
Default to |
... |
additional unused argument |
Author(s)
Nicoletta D'Angelo
Examples
crimesub <- stpm(valenciacrimes$df[101:200, ],
names = colnames(valenciacrimes$df)[-c(1:3)],
L = valencianet)
mod1 <- sepstlppm(crimesub, spaceformula = ~x ,
timeformula = ~ day)
plot(mod1)
[Package stopp version 0.2.4 Index]