plot_date | R Documentation |
A wrapper around terra::plot to show the time serial number as a character date in the legend.
plot_date(x, breaks = NULL, ...)
x |
SpatRaster - numeric - value is serial number or SpatRaster - logical - with time attribute |
breaks |
number of breaks in the legend - numeric |
... |
arguments for terra::plot function, except (type, breaks, col or plg) |
A plot of a phenological event by day with legend.
Other Plot:
plot_stages()
,
plot_station_step()
data <- load_test()
budswelling <- phenology(data, "budswelling", "quercus_robur_clone256_type1", 2020)
plot_date(budswelling)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.