Subversion Repositories bdplot

Rev

Rev 31 | Blame | Compare with Previous | Last modification | View Log | RSS feed

\name{bdgraphics-package}
\alias{bdgraphics-package}
\alias{bdgraphics}
\docType{package}
\title{
The bdgraphics package overlayer.
}
\description{
  A package providing a plotting overlayer for setting up plotting
defaults to beautifully fit into ie. LaTeX documents.
}
\details{
\tabular{ll}{
Package: \tab bdgraphics\cr
Type: \tab Package\cr
Version: \tab 0.02\cr
Date: \tab 2009-09-09\cr
License: \tab GPL\cr
LazyLoad: \tab yes\cr
}
bdp, bdplot, bdopen, bdpoints, bdlines, bdabline, bddev.off, bdlegend
}
\author{
Peder Bacher and Philip Delff

Maintainers: Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>
}
\references{
SVN: http://svn.imm.dtu.dk/svn/bdplot
}
\keyword{package}
\seealso{par
}
\examples{
## bdp(file="test.ps")
bdopen()
bdplot(1:10,rnorm(10))
bdpoints(1:10,rnorm(10),col=2)
bd.devoff()
}