I am trying to create a geom_point graph and within a column, I have different groups. I want each group to be represented in a different way, e.g. A - Square, B - Triangle etc. Is there any way to do this?
Sample of table
Treatment | Time period | No. of blooms |
---|---|---|
A | One | 67 |
B | One | 137 |
C | One | 32 |
A | Two | 118 |
B | Two | 212 |
C | Two | 18 |