plot_dm_interpolation: Plot original and interpolated dendrometer series

View source: R/dm.na.interpolation.R

plot_dm_interpolationR Documentation

Plot original and interpolated dendrometer series

Description

Plot original and interpolated dendrometer series

Usage

plot_dm_interpolation(
  x,
  original = NULL,
  series = NULL,
  start = NULL,
  end = NULL,
  free_y = TRUE,
  ncol = 1
)

Arguments

x

Object returned by dm.na.interpolation().

original

Optional original input data frame used in dm.na.interpolation().

series

Optional character vector of series names to plot.

start

Optional start datetime for plotting subset.

end

Optional end datetime for plotting subset.

free_y

Logical. If TRUE, each facet gets its own y-scale.

ncol

Integer. Number of facet columns.

Value

A ggplot2 object.

Examples


#res <- dm.na.interpolation(
#  nepa17[1:1000, ],
#  resolution = 60,
#  fill = TRUE,
#  method = "spline"
#)
#plot_dm_interpolation(res, original = nepa17[1:1000, ])


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