Hy,
I have different values from the aggregate function, now I will that this values display as red point in my scatterplot.
thats my scatterplot:
ggplot(data=dataset, aes(dataset$one,dataset$two ,color = factor(gen)))+geom_point()
what I must do by the ggplot that I get the value aggregate in this scatterplot?
lg
gui