powered by
"mean"(x, ...) "median"(x, ...) "quantile"(x, probs=seq(0,1,0.25), ...)
"linim"
mean
median
quantile
probs
x
An object of class "linim" describes a pixel image on a linear network. See linim.
linim
The functions described here are methods for the generic mean, median and quantile for the class "linim".
mean.im.
mean.im
M <- as.mask.psp(as.psp(simplenet)) Z <- as.im(function(x,y) {x-y}, W=M) X <- linim(simplenet, Z) X mean(X) median(X) quantile(X)
Run the code above in your browser using DataLab