scatterniche | R Documentation |
scatterniche
displays the niche in the Ecological space
(multidimensional space defined by habitat variables).
scatterniche(x, pr, xax = 1, yax = 2, pts = FALSE,
percent = 95, clabel = 1,
side = c("top", "bottom", "none"),
Adensity, Udensity, Aangle, Uangle, Aborder,
Uborder, Acol, Ucol, Alty, Ulty, Abg,
Ubg, Ainch, Uinch, ...)
x |
a data frame giving the value of environmental variables (columns) in resource units (rows, e.g. the pixels of a raster map) |
pr |
a vector giving the utilisation weight for each resource unit |
xax |
the column number for the x-axis |
yax |
the column number for the y-axis |
pts |
logical. Whether the points should be drawn. If
|
percent |
100 minus the proportion of outliers to be excluded from the computation of the minimum convex polygons |
clabel |
a character size for the columns |
side |
if |
Adensity |
the density of shading lines, in lines per inch, for the
available pixels polygon. See |
Udensity |
the density of shading lines, in lines per inch, for the
used pixels polygon. See |
Aangle |
the slope of shading lines, given as an angle in degrees (counter-clockwise), for the available pixels polygon |
Uangle |
the slope of shading lines, given as an angle in degrees (counter-clockwise), for the used pixels polygon |
Aborder |
the color to draw the border of the available pixels
polygon. See |
Uborder |
the color to draw the border of the used pixels polygon.
See |
Acol |
the color for filling the available pixels polygon.
if |
Ucol |
the color for filling the used pixels polygon.
if |
Alty |
the line type for the available pixels polygon, as in
|
Ulty |
the line type for the used pixels polygon, as in |
Abg |
if |
Ubg |
if |
Ainch |
if |
Uinch |
if |
... |
further arguments passed to or from other methods |
Mathieu Basille basille@ase-research.org
Clement Calenge clement.calenge@ofb.gouv.fr
data(chamois)
cpi <- slot(count.points(chamois$locs, chamois$map),"data")[,1]
chamois$map
tab <- slot(chamois$map, "data")
## we focus on the distance to ecotone and on the slope,
## after centring and scaling (with the help of a PCA)
scatterniche(dudi.pca(tab[,2:3], scannf=FALSE)$tab, cpi)
scatterniche(dudi.pca(tab[,2:3], scannf=FALSE)$tab, cpi, pts=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.