R - how do i change the color of scatterplots in a facet based on a variable in another data frame?

前端 未结 0 1880
日久生厌
日久生厌 2020-12-08 05:42

I was tasked to create this plot twinData %>% ggplot(mapping = aes(ht1, ht2)) + geom_point() + facet_wrap(cohort ~ zygosity) this is the resulting plot

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