clamtest(comm, groups, coverage.limit = 10, specialization = 2/3,
npoints = 20, alpha = 0.05/20)
## S3 method for class 'clamtest':
summary(object, ...)
## S3 method for class 'clamtest':
plot(x, xlab, ylab, main, pch = 21:24, col.points = 1:4,
col.lines = 2:4, lty = 1:3, position = "bottomright", ...)
comm
.coverage.limi
"clamtest"
.legend
for specification details.
Legend not shown if position = NULL
."clamtest"
),
with columns:
Species
:comm
),}Total_*A*
:Total_*B*
:Classes
:Generalist
, Specialist_*A*
,
Specialist_*B*
, and Too_rare
.plot
specialization
threshold, the model classifies species into
one of four groups: (1) generalists; (2) habitat A specialists; (3)
habitat B specialists; and (4) too rare to classify with confidence.data(mite)
data(mite.env)
sol <- clamtest(mite, mite.env$Shrub=="None", alpha=0.005)
summary(sol)
head(sol)
plot(sol)
Run the code above in your browser using DataLab