Subversion Repositories bdplot

Rev

Rev 31 | Rev 35 | 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{
34 pdel 10
bdp(method=NULL,...)
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.}
16
  \item{method}{The plot method to call. It should only be used when it
17
    cannot automatically be determined from the class of the input,
18
    e.g. when a numeric vector should be plotted as a
19
    barplot. Currently, "barplot" is the only available
20
    method. Others will be guessed automatically.}
21
  \item{...}{To be documented. A lot of graphical parameters. See the
31 pdel 22
    output of bdp().}
5 pdel 23
}
31 pdel 24
%\details{
34 pdel 25
 
31 pdel 26
%}
27
%\value{
28
%  ~Describe the value returned
29
%  If it is a LIST, use
30
%  \item{comp1 }{Description of 'comp1'}
31
%  \item{comp2 }{Description of 'comp2'}
32
%  ...
33
%}
34 pdel 34
%\references{ ~put references to the literature/web site here ~ }
35
\author{Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>}
5 pdel 36
\note{ ~~further notes~~ 
37
 
38
 ~Make other sections like Warning with \section{Warning }{....} ~
39
}
40
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
41
\examples{
31 pdel 42
bdp(file="test.ps")
5 pdel 43
}
44
% Add one or more standard keywords, see file 'KEYWORDS' in the
45
% R documentation directory.
34 pdel 46
\keyword{hplot}
31 pdel 47
%\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line