scaling two y-axis in ggplot

后端 未结 0 1093
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 08:01

I want to scale and label the two y-axis for the following dataset and plot.

climate <- tibble(
  Month = 1:4,
  Temp = c(NA, 0.16,0.05,-0.05),
  Precip =          


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