plot | R Documentation |
Plot Coordinates
## S4 method for signature 'PCOA,missing'
plot(
x,
...,
axes = c(1, 2),
labels = FALSE,
extra_quali = NULL,
extra_quanti = NULL,
color = NULL,
fill = FALSE,
symbol = FALSE,
size = c(1, 6),
xlim = NULL,
ylim = NULL,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
frame.plot = TRUE,
panel.first = NULL,
panel.last = NULL
)
x |
An R object. |
... |
Further graphical parameters. |
axes |
A length-two |
labels |
A |
extra_quali |
An optional vector of qualitative data for aesthetics mapping. |
extra_quanti |
An optional vector of quantitative data for aesthetics
mapping. If a single |
color |
The colors for lines and points (will be mapped to
|
fill |
The background colors for points (will be mapped to
|
symbol |
A vector of plotting characters or symbols (will be mapped to
|
size |
A length-two |
xlim |
A length-two |
ylim |
A length-two |
main |
A |
sub |
A |
ann |
A |
frame.plot |
A |
panel.first |
An |
panel.last |
An |
N. Frerebeau
Other plot methods:
biplot()
,
screeplot()
,
viz_contributions()
,
viz_individuals()
,
viz_variables()
,
viz_wrap
,
wrap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.