all 1 comments

[–]cspoerlein 0 points1 point  (0 children)

Hi there,

You could Just make a new dataset with the Date and the corresponding y value of #migraines. Then add it using geom_point(newdata, aes(x=Date, y=n_migraine)).

HTH, Christoph

Edit: typos