Description Usage Arguments Details Value
Construct regression plots of species' pairwise influences on occurrence probabilities
using model output from lassoAbund
1 | plotGaussian(lassoAbund, cutoff)
|
lassoAbund |
A model object returned from |
cutoff |
Positive numeric value indicating the minimum quantile of biotic coefficients'
absolute values (excluding |
Species' pairwise influences on scaled abundances are extracted from
lassoAbund$graph
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.