gui
1
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
valeri
2
Hi @gui,
could you provide a minimal reprex of your data and workflow - it would be much easier to help you in this way.
https://forum.posit.co/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-do-one/5219
1 Like
system
Closed
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.