dmgp_tidy_fit_data: Convert growth-fit object to tidy plotting data

View source: R/plot.dm_growth_fit.R

dmgp_tidy_fit_dataR Documentation

Convert growth-fit object to tidy plotting data

Description

Internal helper used by [plot.dm_growth_fit()] to combine fitted and observed daily dendrometer growth data into a long-format plotting table.

Usage

dmgp_tidy_fit_data(x, observed_source = c("processed", "original_daily"))

Arguments

x

An object of class "dm_growth_fit".

observed_source

Character string. Either "processed" or "original_daily".

Value

A tibble containing fitted values, observed values, series labels, fit identifiers, and panel identifiers.


dendRoAnalyst documentation built on May 20, 2026, 5:07 p.m.