base_ribbon | R Documentation |
Makes a ribbon plot using R base functions.
base_ribbon(x, ymin, ymax, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.