A gap/cracking in a Density plot with ggplot in R

后端 未结 0 746
闹比i
闹比i 2020-12-05 00:13
#FIG1
ggplot(mylayer2,  aes(x= Value, fill = Condition)) +
  geom_density(alpha = .5)+
  xlim(0.2,0.8)+
  ylim(0,4)

#FIG2
ggplot(mylayer2,  aes(x= Value, fill = Con         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题