Dear
R-users,
Did anyone successfuly used the "label" parameter of the
FactoMiner package "graph.var" function ? The "draw"
parameter that select the variables to be drawn is working but i cannot manage
to label them as i woud have liked, i wonder if there is a trick here or if
it's just my laptop ..
I have a table with 2 columns, the first one containing the name of the
variables to be drawn (exact same name, working) and the second one the names i
would like to be displayed (in numeric - characters or factor classes, not
working) :
> list2
X XX
1 F3 r-24
2 F4 r-32
3 F5 r-40
4 F6 r-48
5 F7 r-56
..
> graph.var (res.pca, axes = c(1, 2), draw= list2$X, label= list2$XX)
Instead of diplaying the names from the XX columns, nothing appear...
Any idea ?
with regards.
[[alternative HTML version deleted]]