View source: R/viz_coordinates.R
viz_points | R Documentation |
Build a Factor Map
viz_points(
x,
margin,
axes,
...,
active = TRUE,
sup = TRUE,
labels = list(filter = "contribution", n = 10),
extra_quali = NULL,
extra_quanti = NULL,
color = NULL,
fill = FALSE,
symbol = NULL,
size = c(1, 6),
xlim = NULL,
ylim = NULL,
main = NULL,
sub = NULL,
xlab = NULL,
ylab = NULL,
ann = graphics::par("ann"),
frame.plot = TRUE,
panel.first = NULL,
panel.last = NULL,
legend = list(x = "topleft")
)
x |
A |
margin |
A length-one |
axes |
A length-two |
... |
Currently not used. |
active |
A |
sup |
A |
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 |
xlab , ylab |
A |
ann |
A |
frame.plot |
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.