l_ispace_config {zenplots}R Documentation

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,
  ...
)

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

Author(s)

R. W. Oldford

See Also

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


[Package zenplots version 1.0.6 Index]