fortify.prc | R Documentation |
"prc"
objectFortifies an object of class "prc"
to produce a
data frame of the selected axis scores in long format, suitable for
plotting with ggplot
.
## S3 method for class 'prc'
fortify(model, data, scaling = 3, axis = 1, ...)
model |
an object of class |
data |
currently ignored. |
scaling |
the desired scaling. See |
axis |
numeric; which PRC axis to extract. Default is
|
... |
additional arguments currently ignored. |
TODO
A data frame in long format containing the ordination scores.
The first three components are the Time
, Treatment
, and
associated Response
. The last two components, score
and
label
are an indictor factor and a label for the rows for use
in plotting.
Gavin L. Simpson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.