I'm adding smooth lines to my data which are grouped, but the results doesn't change even if I change span
. Any reason?
ggplot(auth.an, aes(x = age, y = auth_eNd_an, color = subregion)) +
geom_point(size = 3) +
geom_smooth(method = loess, span = 0.1)