View source: R/plot.dm_growth_fit.R
| dmgp_prepare_boundary_marks | R Documentation |
Internal helper used by [plot.dm_growth_fit()] to prepare vertical timing
markers for type = "fit" and type = "season" plots.
dmgp_prepare_boundary_marks(
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 with two data frames: cumulative and rate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.