Currently I'm learning R through a course and I have a question I can't seem to figure out or find the answer to. I'm working with the "palmerpenguins" data set and wanted to know if I can assign a specific color (of my choosing) for each species of penguins.
I know I can write :
"color = species" in the aes function and
"color = 'red'" outside of the aes function to make the plot Red.
Would I have to assign a specific color to each type of penguin and then incorporate that into the code?