show: Display and update plot objects within a custom object

View source: R/utils.plot.R

showR Documentation

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

Arguments

x

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

...

Additional arguments passed to the 'print' method.

Value

The updated object 'x', returned invisibly.


rENA documentation built on Nov. 5, 2025, 5:50 p.m.

Related to show in rENA...