powered by
A wrapper around terra::plot to show the time serial number as a character date in the legend.
plot_date(x, breaks = NULL, ...)
A plot of a phenological event by day with legend.
SpatRaster - numeric - value is serial number or SpatRaster - logical - with time attribute
number of breaks in the legend - numeric
arguments for terra::plot function, except (type, breaks, col or plg)
Other Plot: plot_stages(), plot_station_step()
plot_stages()
plot_station_step()
data <- load_test() budswelling <- phenology(data, "budswelling", "quercus_robur_clone256_type1", 2020) plot_date(budswelling)
Run the code above in your browser using DataLab