Learn R Programming

rENA (version 0.3.0)

show: Display and update plot objects within a custom object

Description

This function updates the plots within the provided object by applying the `check_range` function to each plot. It then prints the updated object using custom print options and returns the object invisibly.

Usage

show(x, ...)

Value

The updated object `x`, returned invisibly.

Arguments

x

An object containing a list of plots in the `plots` field.

...

Additional arguments passed to the `print` method.