Subversion Repositories bdplot

Rev

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

Rev 5 Rev 6
Line 1... Line 1...
1
\name{bdgraphics-package}
1
\name{bdgraphics-package}
2
\alias{bdgraphics-package}
2
\alias{bdgraphics-package}
3
\alias{bdgraphics}
3
\alias{bdgraphics}
4
\docType{package}
4
\docType{package}
5
\title{
5
\title{
6
What the package does (short line)
6
The bdgraphics package overlayer.
7
~~ package title ~~
-
 
8
}
7
}
9
\description{
8
\description{
10
More about what it does (maybe more than one line)
9
  A package providing a plotting overlayer for setting up plotting
11
~~ A concise (1-5 lines) description of the package ~~
10
defaults to beautifully fit into ie. LaTeX documents.
12
}
11
}
13
\details{
12
\details{
14
\tabular{ll}{
13
\tabular{ll}{
15
Package: \tab bdgraphics\cr
14
Package: \tab bdgraphics\cr
16
Type: \tab Package\cr
15
Type: \tab Package\cr
17
Version: \tab 0.02\cr
16
Version: \tab 0.02\cr
18
Date: \tab 2009-04-14\cr
17
Date: \tab 2009-04-14\cr
19
License: \tab What license is it under?\cr
18
License: \tab GPL\cr
20
LazyLoad: \tab yes\cr
19
LazyLoad: \tab yes\cr
21
}
20
}
22
~~ An overview of how to use the package, including the most important ~~
21
bdp, bdplot, bdopen, bdxyadd, bd.devoff, bd.legend
23
~~ functions ~~
-
 
24
}
22
}
25
\author{
23
\author{
26
Peder Bacher and Philip Delff
24
Peder Bacher and Philip Delff
27
 
25
 
28
Maintainers: Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>
26
Maintainers: Peder Bacher <pb@imm.dtu.dk>, Philip Delff <pdel@imm.dtu.dk>
29
}
27
}
30
\references{
28
\references{
31
~~ Literature or other references for background information ~~
29
SVN: http://svn.imm.dtu.dk/svn/bdplot
32
}
30
}
33
~~ Optionally other standard keywords, one per line, from file KEYWORDS in the ~~
-
 
34
~~ R documentation directory ~~
-
 
35
\keyword{ package }
31
\keyword{ package }
36
\seealso{
32
\seealso{
37
~~ Optional links to other man pages, e.g. ~~
-
 
38
~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
-
 
39
}
33
}
40
\examples{
34
\examples{
-
 
35
bdp(file="test.ps")
-
 
36
bdopen()
-
 
37
bdplot(1:10,rnorm(10))
41
~~ simple examples of the most important functions ~~
38
bdxyadd(1:10,rnorm(10),col=2)
-
 
39
bd.devoff()
42
}
40
}