Subversion Repositories bdplot

Rev

Rev 35 | Rev 37 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 pdel 1
\name{bdp}
2
\alias{bdp}
3
%- Also NEED an '\alias' for EACH other topic documented here.
31 pdel 4
\title{Set or query graphical parameters with bdgraphics}
5 pdel 5
\description{
31 pdel 6
`bdp` is a parallel to par, working ideally the same way but controlling
7
graphical parameters through the bdgraphics plotting overlayer.
5 pdel 8
}
9
\usage{
35 pdel 10
bdp(debug,method,...)
5 pdel 11
}
12
%- maybe also 'usage' for other objects documented here.
13
\arguments{
34 pdel 14
  \item{debug}{If TRUE, verbose output is given. Particullarly useful to
15
    check what method is being called.}
36 pdel 16
  \item{grid} If set to TRUE, a grid will be drawn _before_ the contents
17
  are added to the plot. This cannot be passed as an argument to
18
  plotting commands.
34 pdel 19
  \item{method}{The plot method to call. It should only be used when it
20
    cannot automatically be determined from the class of the input,
21
    e.g. when a numeric vector should be plotted as a
22
    barplot. Currently, "barplot" is the only available
23
    method. Others will be guessed automatically.}
24
  \item{...}{To be documented. A lot of graphical parameters. See the
31 pdel 25
    output of bdp().}
5 pdel 26
}
31 pdel 27
%\details{
34 pdel 28
 
31 pdel 29
%}
30
%\value{
31
%  ~Describe the value returned
32
%  If it is a LIST, use
33
%  \item{comp1 }{Description of 'comp1'}
34
%  \item{comp2 }{Description of 'comp2'}
35
%  ...
36
%}
34 pdel 37
%\references{ ~put references to the literature/web site here ~ }
38
\author{Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>}
5 pdel 39
\note{ ~~further notes~~ 
40
 
41
 ~Make other sections like Warning with \section{Warning }{....} ~
42
}
43
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
44
\examples{
31 pdel 45
bdp(file="test.ps")
5 pdel 46
}
47
% Add one or more standard keywords, see file 'KEYWORDS' in the
48
% R documentation directory.
34 pdel 49
\keyword{hplot}
31 pdel 50
%\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line