as_grid_size {loon} | R Documentation |
Turn a loon
size to a grid
size
Description
The size of loon
is determined by pixel (px), while, in
grid
graphics, the size is determined by pointsize (pt)
Usage
as_grid_size(
size,
type = c("points", "texts", "images", "radial", "parallel", "polygon", "lines"),
adjust = 1,
...
)
Arguments
size |
input |
type |
glyph type; one of "points", "texts", "images", "radial", "parallel", "polygon", "lines". |
adjust |
a pixel (px) at 96 |
... |
some arguments used to specify the size, e.g. |
[Package loon version 1.4.1 Index]