Usage
enfa(tab, pr, scannf = TRUE, nf = 1)
hist.enfa(x, scores = TRUE, type = c("h", "l"), adjust = 1, Acol, Ucol,
Aborder, Uborder, Alwd = 1, Ulwd = 1, ...)
data2enfa(kasc, pts)
Arguments
tab
a data frame describing the available units
pr
a vector giving the utilization weights associated to each unit
scannf
logical. Whether the eigenvalues barplot should be displayed
nf
an integer indicating the number of kept
specialization axes
scores
logical. If TRUE
, the histograms display
the row scores of the ENFA. If FALSE
, they display the
niche on the environmental variables (in this case, this is equivalent to
histniche
)
type
what type of plot should be drawn. Possible types are:
* "h"
for histograms,
* "l"
for kernel density estimates (see ?density
).
By default, type = "h"
is used. If type = "l"
is used,
adjust
if type = "l"
, a parameter used to control the
bandwidth of the density estimates (see ?density
)
Acol
if type = "h"
, a color to be used to fill the histogram
of the available pixels. if type = "l"
, a color to be used for the
kernel density estimates of the available pixels
Ucol
if type = "h"
, a color to be used to fill the histogram
of the used pixels. if type = "l"
, a color to be used for the
kernel density estimates of the used pixels
Aborder
color for the border of the histograms of the available
pixels
Uborder
color for the border of the histograms of the used
pixels
Alwd
if type = "l"
, the line width of the kernel density
estimates of the available pixels
Ulwd
if type = "l"
, the line width of the kernel density
estimates of the used pixels
kasc
a raster map of class kasc
pts
a data frame with two columns, giving the coordinates of
the species locations
...
further arguments passed to or from other methods