Learn R Programming

tidyspec (version 0.1.0)

plot_rolling_ball: Plot Rolling Ball Results

Description

Convenience function to visualize the results

Usage

plot_rolling_ball(
  result,
  title = "Rolling Ball Baseline Correction",
  x_values = NULL
)

Value

No return value, called for side effects (creates a plot)

Arguments

result

Result from rolling_ball or rolling_ball_morphology function

title

Plot title

x_values

X-axis values (optional)