Subversion Repositories bdplot

Rev

Rev 31 | Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 34
Line 5... Line 5...
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(...)
10
bdp(method=NULL,...)
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
-
 
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.}
14
  \item{\dots}{To be documented. A lot of graphical parameters. See the
21
  \item{...}{To be documented. A lot of graphical parameters. See the
15
    output of bdp().}
22
    output of bdp().}
16
}
23
}
17
%\details{
24
%\details{
18
%  ~~ If necessary, more details than the description above ~~
-
 
-
 
25
 
19
%}
26
%}
20
%\value{
27
%\value{
21
%  ~Describe the value returned
28
%  ~Describe the value returned
22
%  If it is a LIST, use
29
%  If it is a LIST, use
23
%  \item{comp1 }{Description of 'comp1'}
30
%  \item{comp1 }{Description of 'comp1'}
24
%  \item{comp2 }{Description of 'comp2'}
31
%  \item{comp2 }{Description of 'comp2'}
25
%  ...
32
%  ...
26
%}
33
%}
27
\references{ ~put references to the literature/web site here ~ }
34
%\references{ ~put references to the literature/web site here ~ }
28
\author{ ~~who you are~~ }
35
\author{Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>}
29
\note{ ~~further notes~~ 
36
\note{ ~~further notes~~ 
30
 
37
 
31
 ~Make other sections like Warning with \section{Warning }{....} ~
38
 ~Make other sections like Warning with \section{Warning }{....} ~
32
}
39
}
33
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
40
\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
34
\examples{
41
\examples{
35
bdp(file="test.ps")
42
bdp(file="test.ps")
36
}
43
}
37
% Add one or more standard keywords, see file 'KEYWORDS' in the
44
% Add one or more standard keywords, see file 'KEYWORDS' in the
38
% R documentation directory.
45
% R documentation directory.
39
\keyword{iplot}
46
\keyword{hplot}
40
%\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
47
%\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line