Description Usage Arguments Value See Also Examples
Draws a box of size dim=c(height, width)
at yx=c(row,col)
.
1 2 3 4 5 6 7 8 9 10 11 12 |
yx |
starting console row and column of top-left corner of box |
dim |
box dimensions in |
text |
repeated character used for box. |
fg |
foreground color. See |
bg |
background color. See |
attr |
border text attributes. See |
fill |
character object to fill box. Only the first character in the first element is used. If |
fill.bg |
background color of the fill character. |
fill.fg |
foreground color of the fill character. |
fill.attr |
text attributes of the fill character. |
NULL
Other drawing functions:
draw_arc()
,
draw_bezier()
,
draw_circle()
,
draw_ellipse()
,
draw_fn()
,
draw_lerp()
,
draw_path()
,
draw_ray()
,
draw_rect()
,
draw_shape()
,
fill_circle()
,
fill_ellipse()
,
fill_rect()
,
fill_shape()
,
grid_at()
,
grid_mat()
,
hline_at()
,
hline()
,
vline_at()
,
vline()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.