Subversion Repositories bdplot

Rev

Rev 31 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 61
Line 16... Line 16...
16
Version: \tab 0.02\cr
16
Version: \tab 0.02\cr
17
Date: \tab 2009-09-09\cr
17
Date: \tab 2009-09-09\cr
18
License: \tab GPL\cr
18
License: \tab GPL\cr
19
LazyLoad: \tab yes\cr
19
LazyLoad: \tab yes\cr
20
}
20
}
21
bdp, bdplot, bdopen, bdxyadd, bdpoints, bdlines, bdabline, bddev.off, bdlegend
21
bdp, bdplot, bdopen, bdpoints, bdlines, bdabline, bddev.off, bdlegend
22
}
22
}
23
\author{
23
\author{
24
Peder Bacher and Philip Delff
24
Peder Bacher and Philip Delff
25
 
25
 
26
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>
Line 30... Line 30...
30
}
30
}
31
\keyword{package}
31
\keyword{package}
32
\seealso{par
32
\seealso{par
33
}
33
}
34
\examples{
34
\examples{
35
bdp(file="test.ps")
35
## bdp(file="test.ps")
36
bdopen()
36
bdopen()
37
bdplot(1:10,rnorm(10))
37
bdplot(1:10,rnorm(10))
38
bdxyadd(1:10,rnorm(10),col=2)
38
bdpoints(1:10,rnorm(10),col=2)
39
bd.devoff()
39
bd.devoff()
40
}
40
}