plot_region {zenplots} | R 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 |
Details
This is an auxiliary function used by the provided graphics-related 1d and 2d plots.
Value
Author(s)
Marius Hofert
See Also
Other graphical tools:
l_ispace_config()
,
na_omit_loon()
,
vport()
,
zenarrow()
[Package zenplots version 1.0.6 Index]