Subversion Repositories bdplot

Rev

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

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