plot_rolling_ball {tidyspec} | R Documentation |
Plot Rolling Ball Results
Description
Convenience function to visualize the results
Usage
plot_rolling_ball(
result,
title = "Rolling Ball Baseline Correction",
x_values = NULL
)
Arguments
result |
Result from rolling_ball or rolling_ball_morphology function |
title |
Plot title |
x_values |
X-axis values (optional) |
Value
No return value, called for side effects (creates a plot)
[Package tidyspec version 0.1.0 Index]