用纹理或混合颜色填充boxplots

时间:2015-10-27 09:51:14

标签: r colors textures boxplot

我有一个List(),其中每个元素都是值的向量。 我创建了一个具有相同列表长度的颜色矢量,但我希望其中一个boxplot具有纹理而不是单一颜色。 我已经看过了this question,但它没有解决我的问题,我希望找到类似col =“texture”而不是col =“white”的东西,以便将它与其他箱形图的颜色结合起来

例如:

boxplot(My_list,col=c("white","red","blue","green","grey","pink","orange","lightblue","darkgreen","purple","yellow","brown","darkgrey"),ylim=c(-10,110))    

我该怎么做?

enter image description here

0 个答案:

没有答案