https://github.com/cran/lattice
Raw File
Tip revision: 877fdf3d6abedf41c1482c41ede4f26bb151f1fa authored by Deepayan Sarkar on 04 October 2005, 00:00:00 UTC
version 0.12-9
Tip revision: 877fdf3
banking.Rd
\name{banking}
\alias{banking}
\title{Banking}
\description{
  Calculates banking slope
}
\usage{
banking(dx, dy)
}
\arguments{
  \item{dx, dy}{ vector of consecutive x, y differences. }
}
\details{
  \code{banking} is a crude banking function used when
  \code{aspect="xy"} in high level Trellis functions. Its usually not
  very menaingful except for \code{xyplot}. It just orders the absolute
  slopes and returns a value which when adjusted by the panel scale
  limits will make the median of the above absolute slopes a 45 degree
  line.
}

\author{ Deepayan Sarkar \email{Deepayan.Sarkar@R-project.org}}
\seealso{\code{\link{Lattice}}, \code{\link{xyplot}}}
\keyword{dplot}
















back to top