Less smoothed line in ggplot2, alternatives to geom_smooth?
问题 Using the following data: > str(attribute) 'data.frame': 431 obs. of 2 variables: $ pos: int 1 2 3 4 5 6 7 8 9 10 ... $ att: num 0.652 0.733 0.815 1.079 0.885 ... *[between 0 and 3] and: ggplot(attribute, aes(x=pos, y=att)) + geom_line() + geom_smooth() I did: I would like to progressively smooth the black curve, not "as much as" geom_smooth default did. I've tried n , level options, but didn't do what I want. Which would be the best way to increase smoothing progressively? (e.g. average 2