base_ribbon: base_ribbon

View source: R/func_helper.R

base_ribbonR Documentation

base_ribbon

Description

Makes a ribbon plot using R base functions.

Usage

base_ribbon(x, ymin, ymax, ...)

Arguments

x

numeric: A sequence of values for the x-axis.

ymin

numeric: A sequence of values for lower bound of the ribbon.

ymax

numeric: A sequence of values for upper bound of the ribbon.

...

Extra arguments for the polygon function.


kDGLM documentation built on April 4, 2025, 4:44 a.m.