Subversion Repositories bdplot

Rev

Blame | Last modification | View Log | RSS feed

library(bdgraphics)

z <- seq(-5,5,0.01)
f <- dnorm(z)


##bdp(file="test.ps",paper="a4")
bdp(paper="a4")
bdopen()
bdplot(z,f,type="l")
bd.devoff()