The R Project SVN R

Rev

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

Rev 68948 Rev 80079
Line 33... Line 33...
33
                     heights=unit(rep(1, 4),
33
                     heights=unit(rep(1, 4),
34
                                  c("lines", "lines", "lines", "null")),
34
                                  c("lines", "lines", "lines", "null")),
35
                     widths=unit(c(1, 1), "inches")))
35
                     widths=unit(c(1, 1), "inches")))
36
## Diagram of a sample viewport
36
## Diagram of a sample viewport
37
grid.show.viewport(viewport(x=0.6, y=0.6,
37
grid.show.viewport(viewport(x=0.6, y=0.6,
38
                            w=unit(1, "inches"), h=unit(1, "inches")))
38
                            width=unit(1, "inches"), height=unit(1, "inches")))
39
## A flash plotting example
39
## A flash plotting example
40
grid.multipanel(vp=viewport(0.5, 0.5, 0.8, 0.8))
40
grid.multipanel(vp=viewport(0.5, 0.5, 0.8, 0.8))
41
}
41
}
42
\keyword{dplot}
42
\keyword{dplot}