It looks like you are using an ad blocker. That's okay. Who doesn't? But without advertising revenue, we can't keep making this site awesome. Click the link below for instructions on disabling adblock.
I realize this is a long shot, but I'm kind of desperate. I'm getting stuck on some R code and if anyone here is competent in R that would be freaking amazing. What I'm trying to do is pretty basic, but I'm just learning R and struggling, but I need to learn it as I go for the research I'm doing.
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.