Current Code:
ggplot(compare, aes(x=specificity, y=false_positives)) +
geom_jitter(height=.02, color=specificity) +
scale_discrete_manual(values=c("#999999", "#E69F00", "#56B4E9", "violet"))
Error in manual_scale(aesthetics, values, breaks, ...) : argument "aesthetics" is missing, with no default
Something like this?
data: