Description Usage Arguments Author(s)
breaks obtention
1 2 3 4 5 6 7 8 9 10 11 |
XY |
data frame or matrix with individual's position. |
int |
Distance interval in the units of the @XY slot data. |
smin |
Minimum class distance in the units of the @XY slot data. |
smax |
Maximum class distance in the units of the @XY slot data. |
seqvec |
Vector with breaks in the units of the @XY slot data. |
nclass |
Number of classes. |
size |
Number of individuals per class. |
bin |
Rule for constructing intervals when a partition parameter (int, nclass or size) is not given. Default is Sturge's rule (Sturges, 1926). Other option is Freedman-Diaconis method (Freedman and Diaconis, 1981). |
latlon |
Are the coordinates in decimal degrees format? Defalut FALSE. If TRUE,
the coordinates must be in a matrix/data frame with the longitude in the first
column and latitude in the second. The position is projected onto a plane in
meters with the function |
kmax |
Number of nearest neighbors. |
Leandro Roser leandroroser@ege.fcen.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.