Subversion Repositories bdplot

Rev

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

Rev 35 Rev 61
Line 30... Line 30...
30
}
30
}
31
\references{SVN: http://svn.imm.dtu.dk/svn/bdplot/bdgraphics}
31
\references{SVN: http://svn.imm.dtu.dk/svn/bdplot/bdgraphics}
32
\author{Peder Bacher, Philip Delff}
32
\author{Peder Bacher, Philip Delff}
33
\seealso{bdgraphics, bdp, bdplot, bddev.off}
33
\seealso{bdgraphics, bdp, bdplot, bddev.off}
34
\examples{
34
\examples{
35
bdp(file="example.ps")
35
## bdp(file="example.ps")
36
bdopen()
36
bdopen()
-
 
37
x <- -10:10
37
bdplot(x <- -10:10, x^2)
38
bdplot(x, x^2)
38
bddev.off()
39
bddev.off()
39
}
40
}
40
\keyword{iplot}
41
\keyword{iplot}