vport | R Documentation |
Auxiliary function for constructing viewports for 1d and 2d (default) plots.
vport(ispace, xlim = NULL, ylim = NULL, x = NULL, y = NULL, ...)
ispace |
inner space (in |
xlim |
x-axis limits; if |
ylim |
y-axis limits; if |
x |
x data (only used if |
y |
y data (only used if |
... |
additional arguments passed to the underlying |
This is an auxiliary function used by the provided grid-related 1d and 2d plots.
The viewport
.
Ideas from dataViewport() and extendrange() Omitted check: if(length(ispace) != 4) ispace <- rep(ispace, length.out = 4) stopifnot(0 <= ispace, ispace <= 1)
Marius Hofert
Other graphical tools:
l_ispace_config()
,
na_omit_loon()
,
plot_region()
,
zenarrow()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.