Configuring a loon plot to accommodate ispace

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

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

Value

The baseplot

See also

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

Author

R. W. Oldford