"mataMDS"
object.Fortifies an object of class "metaMDS"
to produce a
data frame of the selected axis scores in long format, suitable for
plotting with ggplot
.
# S3 method for metaMDS
fortify(model, data, ...)
an object of class "metaMDS"
, the result of a call
to metaMDS
.
currently ignored.
additional arguments passed to
scores.metaMDS
. Note you can't use 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