robust_plot: Robust plotting function with error handling

View source: R/plot.eyeris.R

robust_plotR Documentation

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, ...)

Arguments

y

The y-axis data to plot

x

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

...

Additional arguments passed to plot()

Value

No return value; creates a plot or displays warning messages


eyeris documentation built on July 3, 2025, 9:08 a.m.