powered by
## S3 method for class 'im': quantile(x, \dots)
"im"
quantile.default
quantile
x
This function is a convenient way to inspect an image and to obtain summary statistics. See the examples.
cut.im
im.object
# artificial image data Z <- setcov(square(1)) # find the quartiles quantile(Z) # find the deciles quantile(Z, probs=(0:10)/10)
Run the code above in your browser using DataLab