The R Project SVN R

Rev

Rev 61433 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62172
Line 15... Line 15...
15
}
15
}
16
\usage{
16
\usage{
17
grid.move.to(x = 0, y = 0, default.units = "npc", name = NULL,
17
grid.move.to(x = 0, y = 0, default.units = "npc", name = NULL,
18
             draw = TRUE, vp = NULL)
18
             draw = TRUE, vp = NULL)
19
 
19
 
20
moveToGrob(x = 0, y = 0, default.units = "npc", name = NULL, vp = NULL)
20
moveToGrob(x = 0, y = 0, default.units = "npc", name = NULL,
-
 
21
           vp = NULL)
21
 
22
 
22
grid.line.to(x = 1, y = 1, default.units = "npc",
23
grid.line.to(x = 1, y = 1, default.units = "npc",
23
             arrow = NULL, name = NULL,
24
             arrow = NULL, name = NULL,
24
             gp = gpar(), draw = TRUE, vp = NULL)
25
             gp = gpar(), draw = TRUE, vp = NULL)
25
 
26