Learn R Programming

maidr (version 0.1.2)

group_device_calls: Base R Plot Grouping

Description

This module groups plot calls into logical units: - Each HIGH-level call starts a new plot group - Subsequent LOW-level calls are associated with the current plot group - LAYOUT calls affect multi-panel configuration

Usage

group_device_calls(device_id = grDevices::dev.cur())

Value

List of plot groups, each containing HIGH and LOW calls

Arguments

device_id

Graphics device ID