Basically, I need to make a dot plot for 'day of year' of certain plant events. I have a csv file containing all of the presences/absences that I've made (0's for absence and 1's for presence). I need the y axis to list all numbers 1-365 (for every day of the year). I then need the x axis to have 3 variables (vegetation, flower, fruit), and there would be a dot for the day of the year where one of the 3 variables is observed (I hope that makes sense).
If anyone here even knows R that would be a huge help and I can explain more if someone thinks they can help. Thanks.