26
26
# ' @param grid.levels A list of grid levels (as vectors) corresponding to the
27
27
# ' values in \code{z} at which points are to be plotted. The values in
28
28
# ' \code{z} should be present in the list specified.
29
- # ' @param point.size The size of the grid points in native units.
29
+ # ' @param grid. point.size The size of the grid points in native units.
30
30
# '
31
31
# ' @family grobs
32
32
# '
236
236
# ' lwd.ray = 3,
237
237
# ' draw.grid = TRUE, grid.levels = gl,
238
238
# ' col.ray = RColorBrewer::brewer.pal(6, "Dark2"),
239
- # ' col.points = NA, point.size = 20)
239
+ # ' col.points = NA, grid. point.size = 20)
240
240
# '
241
241
# ' grid::grid.newpage()
242
242
# ' grid::grid.draw(mglyph1)
@@ -258,7 +258,7 @@ metroglyphGrob <- function(x = .5, y = .5, z,
258
258
lineend = c(" round" , " butt" , " square" ),
259
259
grid.levels = NULL ,
260
260
draw.grid = FALSE ,
261
- point.size = 10 ) {
261
+ grid. point.size = 10 ) {
262
262
263
263
lineend <- match.arg(lineend )
264
264
@@ -369,7 +369,7 @@ metroglyphGrob <- function(x = .5, y = .5, z,
369
369
gpointsGrob <- grid :: pointsGrob(gridx , gridy ,
370
370
# default.units = "native",
371
371
pch = 20 ,
372
- size = grid :: unit(point.size ,
372
+ size = grid :: unit(grid. point.size ,
373
373
" native" ),
374
374
gp = grid :: gpar(col = col.points ,
375
375
alpha = alpha ))
0 commit comments