Re: [R] Changing chart border's color

2021-03-09 Thread Rasmus Liland
Right, adding a black border around a plot in R is meaningless. There is also another circular plot being created everytime FactoMineR::PCA runs. It might be (perhaps, idk) fruitful for you to look at the contents of res.pca using str and create the PCA plot yourself using ggplot2 ...

Re: [R] Changing chart border's color

2021-03-09 Thread Rasmus Liland
Please add test.csv using dput 🙃 __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal

Re: [R] Changing chart border's color

2021-03-09 Thread Mahmood Naderan-Tahan
Error in box(col = "black") : plot.new has not been called yet Regards, Mahmood From: Rasmus Liland Sent: Tuesday, March 9, 2021 8:16:24 PM To: Mahmood Naderan-Tahan Cc: r-help@r-project.org Subject: Re: [R] Changing chart border's color Hi, it wo

Re: [R] Changing chart border's color

2021-03-09 Thread Rasmus Liland
Hi, it would be useful to know how you created res.pca. https://rdrr.io/r/graphics/box.html Rasmus signature.asc Description: PGP signature __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/

[R] Changing chart border's color

2021-03-09 Thread Mahmood Naderan-Tahan
Hi I would like to make the color of the chart border to black. However, the following command doesn't work plot(res.pca, choix="ind", border="black") Any way to fix that? Regards, Mahmood [[alternative HTML version deleted]] __ R-help@r-