https://github.com/cran/micromap
Raw File
Tip revision: 6fff20fa515630f0db090147f33d4338ccea2a48 authored by Tom Kincaid on 18 December 2012, 00:00:00 UTC
version 1.5
Tip revision: 6fff20f
assimilatePlot.Rd
\name{assimilatePlot}
\alias{assimilatePlot}
\title{
  Cleans a User Made Panel
}
\description{
  Sends a user made panel out to the graph "cleaning functions" in lmplot in
  order to properly display a user made panel seemlessly into the rest of an
  lmplot.
}
\usage{
assimilatePlot(pl, i, a, limsx=NA, limsy=NA)
}
\arguments{
  \item{pl}{
  the lmplot object.
  }
  \item{i}{
  the panel number.
  }
  \item{a}{
   the attribute list.
  }
  \item{limsx}{
  limits of the x axis if desired.
  }
  \item{limsy}{
  limits of the y axis if desired.
  }
}
\value{
  Returns a cleaned plot object.
}
\author{
  Quinn Payton \email{Payton.Quinn@epa.gov}
}
back to top