Subversion Repositories bdplot

Rev

Rev 6 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

\name{bdplot}
\alias{bdplot}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{A plotting overlayer}
\description{
  This is the plotting function in the bdplot package. It corresponds to
  plot from the graphics package but benefits from the variable sharing
  provided by the bdplot package.
}
\usage{
bdplot(x, y=NULL, z=NULL,cex.plot=bdp()$cex.plot,xaxt="n",xlab=bdp()$xlab, ylab=bdp()$ylab,xlim=range(x,bdp()$xlim,na.rm=TRUE),ylim=range(bdp()$ylim,y,na.rm=TRUE),col=bdp()$col,main=NULL,type=bdp()$type,border=bdp()$border,...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{The first or only dimension to plot. May be of class
    numeric, histogram, acf, ...}
  \item{y}{ Optional second coordinate if \code{x} is numeric. If
    \code{x} is not numeric, \code{y} is ignored}
  \item{z}{ ~~Describe \code{z} here~~ }
  \item{cex.plot}{ ~~Describe \code{cex.plot} here~~ }
  \item{xlab}{ ~~Describe \code{xlab} here~~ }
  \item{ylab}{ ~~Describe \code{ylab} here~~ }
  \item{xlim}{ ~~Describe \code{xlim} here~~ }
  \item{ylim}{ ~~Describe \code{ylim} here~~ }
  \item{col}{ ~~Describe \code{col} here~~ }
  \item{type}{ ~~Describe \code{type} here~~ }
  \item{\dots}{ ~~Describe \code{\dots} here~~ }
}
\details{
  ~~ If necessary, more details than the description above ~~
}
\value{
  ~Describe the value returned
  If it is a LIST, use
  \item{comp1 }{Description of 'comp1'}
  \item{comp2 }{Description of 'comp2'}
  ...
}
\references{ ~put references to the literature/web site here ~ }
\author{ ~~who you are~~ }
\note{ ~~further notes~~ 

 ~Make other sections like Warning with \section{Warning }{....} ~
}
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
\examples{
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.

## The function is currently defined as
bdp(file="test.ps")
bdopen()
bdplot(1:10,rnorm(10))
bdxyadd(1:10,rnorm(10),col=2)
bd.devoff()
  }

% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ ~kwd1 }
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line