How do I apply a color from characters in a column from a data table to data points in a scatter plot using ggplot2
I’m completely new to R and I would like to create a plot using ggplot2. My aim is to have a scatter plot with x=CAO and Y=F, I also need to have the data points to have a specific color depending on their name in column RN. I could do it manually but my actual dataset has thousand of entries…