如何使用ggplot2画出平滑曲线

2025-03-11 13:34:15
推荐回答(1个)
回答1:

有一个坏消息 It's not possible in ggplot2 because I believe plots with separate y scales (not y-scales that are transformations of each other) are fundamentally flawed. Some problems: The are not invertible: given a point on th...