Description Usage Arguments Details Value
Construct regression plots of species' pairwise influences on occurrence probabilities
using model output from lassoBinomial
1 | plotBinomial(lassoBinomial, cutoff)
|
lassoBinomial |
A model object returned from |
cutoff |
Positive numeric value indicating the minimum quantile of biotic coefficients'
absolute values (excluding |
Species' pairwise influences on occurrence probabilities are extracted from
lassoBinomial$coefficients
and predicted
by their respective habitat niche and phylogenetic distances (extracted from
data("Bird.ecol.distances")
and data("Bird.phy.distances")
) using
a second-order polynomial regression of the form
lm(Influence ~ poly(Phy.dist,2) + poly(Ecol.dist,2))
. Only pairwise
influences whose absolute magnitudes are above the specified cutoff
quantile
are used in the regression
A ggplot2
object visualising predicted habitat niche and phylogenetic distance
regression lines and 99
captured by each predictor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.