A data frame (tibble) in long format containing the ordination
scores. The first two components are score (the type of score in each
row) and label (the text label to use on plots for this row). The
remaining columns are the extracted ordination axis scores.
Arguments
model, x
an object of class "dbrda", the result of a call to
vegan::dbrda().
data
currently ignored.
axes
numeric; which axes to extract scores for.
layers
character; the scores to extract in the fortified object.
Passed to display in the respective vegan::scores() method.
const
NULL; General scaling constant to RDA scores. See
vegan::scores.rda() for the details.
...
additional arguments passed to vegan::scores.rda().