robust_plot | R Documentation |
A wrapper around base plotting functions that handles errors and missing data gracefully.
robust_plot(y, x = NULL, ...)
y |
The y-axis data to plot |
x |
The x-axis data (optional, defaults to sequence) |
... |
Additional arguments passed to plot() |
No return value; creates a plot or displays warning messages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.