Learn R Programming

zenplots (version 1.0.6)

l_ispace_config: Configuring a loon plot to accommodate ispace

Description

Configuring a loon plot to accommodate ispace

Usage

l_ispace_config(
  baseplot,
  ispace = NULL,
  x = NULL,
  y = NULL,
  xlim = NULL,
  ylim = NULL,
  ...
)

Value

The baseplot

Arguments

baseplot

The plot to be modified

ispace

The inner space (in [0,1])

x

The x data

y

The y data

xlim

The x-axis limits; if NULL, the data limits are used

ylim

The y-axis limits; if NULL, the data limits are used

...

Additional arguments passed to loon::l_configure

Author

R. W. Oldford

See Also

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