Subversion Repositories bdplot

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 pdel 1
\name{bdlegend}
2
\alias{bdlegend}
3
%- Also NEED an '\alias' for EACH other topic documented here.
37 pdel 4
\title{A legend overlayer}
5 pdel 5
\description{
37 pdel 6
  This is the legend function of bdgraphics. It is simply a wrapper for
7
  legend that uses the relevant bdp() parameters as inputs.
5 pdel 8
}
9
\usage{
37 pdel 10
bdlegend(legend,x=bdp()$pos.legend,col=bdp()$col,bg=bdp()$bg.legend,cex=bdp()$cex.legend,...)
5 pdel 11
}
12
%- maybe also 'usage' for other objects documented here.
13
\arguments{
37 pdel 14
  See ?legend
5 pdel 15
}
37 pdel 16
%\details{
17
%  ~~ If necessary, more details than the description above ~~
18
%}
19
% \value{
20
%   ~Describe the value returned
21
%   If it is a LIST, use
22
%   \item{comp1 }{Description of 'comp1'}
23
%   \item{comp2 }{Description of 'comp2'}
24
%   ...
25
% }
26
%\references{ ~put references to the literature/web site here ~ }
27
\author{Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>}
28
% \note{ ~~further notes~~ 
29
%  ~Make other sections like Warning with \section{Warning }{....} ~
30
% }
31
%\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
32
%\examples{
33
%
34
%}
5 pdel 35
% Add one or more standard keywords, see file 'KEYWORDS' in the
36
% R documentation directory.
37 pdel 37
\keyword{aplot}