Learn R Programming

maidr (version 0.1.2)

log_plot_call_to_device: Log Plot Call to Device Storage

Description

Records a plot call in the device-specific storage.

Usage

log_plot_call_to_device(
  function_name,
  call_expr,
  args,
  device_id = grDevices::dev.cur()
)

Value

NULL (invisible)

Arguments

function_name

Name of the plotting function

call_expr

The call expression

args

List of function arguments

device_id

Graphics device ID