Subversion Repositories bdplot

Rev

Rev 49 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 61
Line 21... Line 21...
21
}
21
}
22
\references{SVN: http://svn.imm.dtu.dk/svn/bdplot/bdgraphics}
22
\references{SVN: http://svn.imm.dtu.dk/svn/bdplot/bdgraphics}
23
\author{Peder Bacher, Philip Delff}
23
\author{Peder Bacher, Philip Delff}
24
\seealso{bdgraphics, bdp, bdplot, bddev.off}
24
\seealso{bdgraphics, bdp, bdplot, bddev.off}
25
\examples{
25
\examples{
26
% bdp(file="example.ps")
26
## bdp(file="example.ps")
27
% bdopen()
27
bdopen()
-
 
28
x <- -10:10
28
% bdplot(x <- -10:10, x^2)
29
bdplot(x, x^2)
29
% bddev.off()
30
bddev.off()
30
}
31
}
31
\keyword{iplot}
32
\keyword{iplot}