Subversion Repositories bdplot

Rev

Rev 35 | Rev 37 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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