Forum Discussion
Anonymous
3 years agoNot applicable
When publishing my R visual doesn't look same as Desktop
Hello, i am trying to publish my PCA's R visual. Please i am lost This is what i see in the desktop part And this is what i see online ..... : not the same...
- Anonymous3 years ago
I found the solution ... just add false to the first line which is also plotting something. In the desktop only the second line is displayed but when publishing i don't know why the first line is considered.
res_pca =PCA(dataset[,1:2], scale.unit = TRUE, graph=FALSE);fviz_pca_biplot(res_pca, repel = TRUE,pointsize=1,labelsize=3,label="var",col.var = "black",col.ind = "red")
Anonymous
3 years agoNot applicable
I found the solution ... just add false to the first line which is also plotting something. In the desktop only the second line is displayed but when publishing i don't know why the first line is considered.
res_pca =PCA(dataset[,1:2], scale.unit = TRUE, graph=FALSE);
fviz_pca_biplot(res_pca, repel = TRUE,pointsize=1,labelsize=3,label="var",
col.var = "black",
col.ind = "red"
)