Usage
prabinit(file = NULL, prabmatrix = NULL, rows.are.species = TRUE,
neighborhood = "none", geodist=NULL, gtf=0.1,
distance = "kulczynski", toprab = FALSE, toprabp
= 0.05, outc = 5.2)## S3 method for class 'prab':
print(x, ...)
Arguments
file
string. nen-negative matrix ASCII file (such as example dataset
kykladspecreg.dat) from which the
matrix is read by read.table. The usual interpretation is
that it is a species-by-regions matrix of species presences/a
prabmatrix
matrix with non-negative entries. Either file
or prabmatrix should be NA.
rows.are.species
logical. If TRUE, rows are interpreted
as species and columns are interpreted as regions. In this case,
rows and columns are interchanged by prabinit.
neighborhood
A string or a list with a component for
every region. The
components are vectors of integers indicating
neighboring regions. A region without neighbors (e.g., an island)
should be assigned a vector numeric(0). If neighbo
geodist
matrix of non-negative reals. Geographical distances
between regions. Only used if distance="geco".
gtf
tuning constant for geco-distance if distance="geco",
see geco.
distance
"kulczynski", "jaccard", "geco",
"qkulczynski" or
"none". The distance measure
between species to compute by prabinit.
toprab
logical. If TRUE, a presence-absence matrix is
computed from the non-negative input matrix. "Absence", i.e., the
entry 0, is chosen if the original entry is 0, or the original entry
is both smaller than toprabp times
toprabp
numerical between 0 and 1, see toprab.
outc
numerical. Tuning constant for the outlier identification
associated with toprab=TRUE. An entry smaller than
outc*mad times the median is considered as a lower outlier.
...
necessary for print method.