1
私はリッチパッケージを使用しており、自分の選択データを示すプロットを生成することができます。塗りつぶしの色を手動で指定する方法も知っています。しかし、バーにアウトラインを追加して、少しポップさせるようにしたいと思います。何か案は?リッカートパッケージ - バーにアウトラインを追加
p = plot(lk, plot.percents=FALSE, plot.percent.low=FALSE, plot.percent.high=FALSE, plot.percent.neutral=FALSE, group.order=c("MJ", "ASM", "Both", "Both."), legend.position='right') + theme(axis.text.x=element_text(colour="black", size=12)) + theme(axis.text.y=element_text(colour="black", size=12))+ggtitle("B") + theme(plot.title=element_text(hjust=0)) + scale_fill_manual(values=c("gray86", "dark grey"), name="Preference")
働いここ
は、いくつかのサンプルコードです完全に。ありがとう!そして、はい、コードのプレゼンテーションははるかにクリーンです。私は将来の投稿に注意した。 – RSchaeffer