chimaps | R Documentation |
Computes the chimaps, corresponding to a list of objects of class "Track". chimaps are based on the discrepancy between computed and expected intensity in a given location.
chimaps(X,timestamp,rank,...)
X |
A list of Track objects |
timestamp |
based on secs,mins,... |
rank |
a number between one and the length of corresponding time sequance which is created based on given timestamp. |
... |
passed to arguments of density.Track |
[estimated intensity - expected intensity] / sqrt(expected intensity).
an image of class "im".
Mohammad Mehdi Moradi <moradi@uji.es>
density.list, density.ppp
if (require(spatstat.geom)) {
X <- list()
for(i in 1:10){
m <- matrix(c(0,10,0,10),nrow=2,byrow = TRUE)
X[[i]] <- rTrack(bbox = m,transform = TRUE)
}
chimaps(X, timestamp = "180 secs",rank = 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.