robust_plot {eyeris}R 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


[Package eyeris version 2.1.0 Index]