Rstudio - Boxplot

Asked

Viewed 37 times

0

I have a graphic with a set of 3 Boxplot that all appear, depending on the code I made, in "gray" and I can’t change that color. I leave here the code I have in the script. I would ask for help to resolve this issue. Thank you.

C=list(performances_performanc_NN$Performance.rel,performances_performanc_SVM$Performance.rel,performances_performanc_RF$Performance.rel) Names(C)=c("NN","SVM","RF") boxplot(C,col = rgb(0.5,0.5,0.5,0.5))

Vidal

  • Duplicate --> Boxplot

  • 1

    Open the link (it contains what you are looking for): https://answall.com/questions/311949/rstudio-cores-num-conjunto-de-boxplots

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.