View source: R/plot.dm_growth_fit.R
| dmgp_prepare_timing_plot_data | R Documentation |
Internal helper used by [plot.dm_growth_fit()] to prepare the line segments,
point markers, and labels used in type = "timing" plots.
dmgp_prepare_timing_plot_data(
fit_statistics,
facet_by = c("default", "tree", "year", "none"),
x_mode = c("date", "doy", "season_day"),
series = NULL,
fit_id = NULL
)
fit_statistics |
Fit-statistics table from a |
facet_by |
Faceting mode. |
x_mode |
Timing coordinate system. One of |
series |
Optional series filter. |
fit_id |
Optional fit identifier filter. |
A list of data frames used by the timing plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.