Subversion Repositories bdplot

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15 pdel 1
library(bdgraphics)
2
 
3
z <- seq(-5,5,0.01)
4
f <- dnorm(z)
5
 
6
 
7
##bdp(file="test.ps",paper="a4")
8
bdp(paper="a4")
9
bdopen()
10
bdplot(z,f,type="l")
11
bd.devoff()
12