get_breaks | R Documentation |
Compute spatial breaks of distance bins used by the function vario()
get_breaks(breaks, hmin, hmax, maxDist, log = FALSE)
breaks |
either a vector of breaks or an integer number of breaks to compute. If a vector of breaks is supplied then the function returns that exact same vector back. |
hmin |
minimum distance of interest |
hmax |
maximum distance of interest |
maxDist |
maximum possible distance (greater or equal to hmax) |
log |
boolean, if true the breaks are equidistance on a log scale |
get_breaks(4, 1, 16, 16) get_breaks(4, 1, 16, 16, log=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.