swh:1:snp:c9642977a3a6f01aa6f7c6d25a2a0b172dbcf27b
Raw File
Tip revision: 8cd6867a4603458ad8381d12005311360cd15565 authored by Wayne Oldford on 08 September 2021, 18:10:02 UTC
version 1.0.4
Tip revision: 8cd6867
l_ispace_config.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tools.R
\name{l_ispace_config}
\alias{l_ispace_config}
\title{Configuring a loon plot to accommodate ispace}
\usage{
l_ispace_config(
  baseplot,
  ispace = NULL,
  x = NULL,
  y = NULL,
  xlim = NULL,
  ylim = NULL,
  ...
)
}
\arguments{
\item{baseplot}{The plot to be modified}

\item{ispace}{The inner space (in [0,1])}

\item{x}{The x data}

\item{y}{The y data}

\item{xlim}{The x-axis limits; if NULL, the data limits are used}

\item{ylim}{The y-axis limits; if NULL, the data limits are used}

\item{...}{Additional arguments passed to loon::l_configure}
}
\value{
The baseplot
}
\description{
Configuring a loon plot to accommodate ispace
}
\seealso{
Other graphical tools: 
\code{\link{na_omit_loon}()},
\code{\link{plot_region}()},
\code{\link{vport}()},
\code{\link{zenarrow}()}
}
\author{
R. W. Oldford
}
\concept{graphical tools}
back to top