https://github.com/cran/lattice
Raw File
Tip revision: 6b8ad83eb24dffede06844ab1bcc4d4c6639bc3c authored by Deepayan Sarkar on 19 October 2002, 00:00:00 UTC
version 0.6-5
Tip revision: 6b8ad83
panel.tmd.Rd
\name{panel.tmd}
\alias{panel.tmd}
\title{ Panel function for tmd}
\description{
  This is the default panel function for tmd. Essentially panel.xyplot,
  with a horizontal line at y = 0.
}
\usage{
panel.tmd(...)
}
\arguments{
  \item{\dots}{ arguments passed to \code{panel.xyplot}}
}
\author{Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\seealso{\code{\link{tmd}} ,\code{\link{Lattice}}}
\keyword{dplot }

back to top