plot_region: Function to set up the plot region for graphics plots

View source: R/tools.R

plot_regionR Documentation

Function to set up the plot region for graphics plots

Description

Auxiliary function for setting up the plot region of 1d and 2d graphics plots.

Usage

plot_region(xlim, ylim, plot... = NULL)

Arguments

xlim

x-axis limits

ylim

y-axis limits

plot...

arguments passed to the underlying plot()

Details

This is an auxiliary function used by the provided graphics-related 1d and 2d plots.

Value

invisible()

Author(s)

Marius Hofert

See Also

Other graphical tools: l_ispace_config(), na_omit_loon(), vport(), zenarrow()


zenplots documentation built on Nov. 8, 2023, 1:10 a.m.