Closed cperk closed 1 year ago
With the new plotting code syntax, I also find that I cannot specify y limit:
plot(ts_flight_curve_all_fruits_CB, year = 2020, col = 'gray0', ylim = c(0, 0.4))
Error: formal argument "ylim" matched by multiple actual arguments
Is there another way to do it? Thank you, any help is much appreciated.
Actually the code above works, please disregard. Not sure what was happening, but it is working now! However, it still prints Week numbers as the x axis rather than months. How would I get the month labels?
Hello,
Thank you so much for implementing my suggestion of month labels on the X axis!
I am trying to plot my curves after the most recent update to your package and having a bit of trouble; hoping you can advise.
Here is my code
The last line throws an error, says yr not found.
This works:
plot(ts_flight_curve_all_fruits_CB, year = 2020, col = 'dodgerblue4')
So is extracting the phenology part using the second-to-last line of my script now unnecessary?
pheno_CB_all_fruits <- ts_flight_curve_all_fruits_CB$pheno
Thank you!