quantess.pp3: Quantile Tessellation

View source: R/rapt_extend.R

quantess.pp3R Documentation

Quantile Tessellation

Description

Divide space into tiles which contain equal amounts of stuff.

Usage

## S3 method for class 'pp3'
quantess(M, Z, n, ..., type = 2, origin = c(0, 0), eps = NULL)

Arguments

M

A pp3

Z

A spatial covariate (a pixel image or a function(x,y,z)) or one of the strings "x", "y", or "z" indicating the Cartesian coordinates x, y, or z or one of the strings "rad" or "ang" indicating polar coordinates. The range of values of Z will be broken into n bands containing equal amounts of stuff.

n

Number of bands. A positive integer.


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.