Learn R Programming

eyeris (version 2.0.0)

robust_plot: Robust plotting function with error handling

Description

A wrapper around base plotting functions that handles errors and missing data gracefully.

Usage

robust_plot(y, x = NULL, ...)

Value

No return value; creates a plot or displays warning messages

Arguments

y

The y-axis data to plot

x

The x-axis data (optional, defaults to sequence)

...

Additional arguments passed to plot()