viz_biplot | R Documentation |
Build a Biplot
viz_biplot(
coord_row,
coord_col,
...,
rows = TRUE,
columns = TRUE,
labels = c("rows", "columns", "individuals", "variables"),
xlim = NULL,
ylim = NULL,
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
axes = TRUE,
frame.plot = axes,
ann = graphics::par("ann"),
panel.first = NULL,
panel.last = NULL,
legend = list(x = "topleft")
)
coord_row |
A |
coord_col |
A |
rows |
A |
columns |
A |
labels |
A |
xlim |
A length-two |
ylim |
A length-two |
main |
A |
sub |
A |
xlab , ylab |
A |
axes |
A |
frame.plot |
A |
ann |
A |
panel.first |
An |
panel.last |
An |
legend |
A |
N. Frerebeau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.