Hi there,
I'm currently struggling to figure out how to get a black outline around the points in the raw plot. I noticed in this tweet (see attached photo) the authors have the outline on their points, so I'm wondering if you know what bit of code is necessary (I'm working in R). The standard pch= 2, lwd =3 and so on produces errors.
My current code for plots:
plot(multi.group, color.column= WD, rawplot.ylabel = "NEE", effsize.ylabel = "Difference in NEE", axes.title.fontsize = 8, palette = "Dark2", pch= 24, lwd= 2)
While I'm at it I'll also ask, is there a way to select certain colours from a colour brewer palette? The ggplot approach hasn't worked for me yet, i.e. (4, "Dark2") [2:4].
Thanks in advance!!
Danielle