powered by
"mataMDS"
Fortifies an object of class "metaMDS" to produce a data frame of the selected axis scores in long format, suitable for plotting with ggplot.
"metaMDS"
ggplot
# S3 method for metaMDS fortify(model, data, ...)
an object of class "metaMDS", the result of a call to metaMDS.
metaMDS
currently ignored.
additional arguments passed to scores.metaMDS. Note you can't use display.
scores.metaMDS
display
A data frame in long format containing the ordination scores. The first two components are the axis scores.
TODO
# NOT RUN { ## load example data data(dune) ord <- metaMDS(dune) head(fortify(ord)) # }
Run the code above in your browser using DataLab