View source: R/geom-scatter-rect.R
geom_scatter_rect | R Documentation |
draw rectangle boxes as scatter points
geom_scatter_rect(
mapping = NULL,
data = NULL,
asp = 0.6,
width = 0.8,
height = NULL,
...
)
mapping |
aesthetic mapping, default is NULL |
data |
input data, default is NULL |
asp |
aspect ration of rectangle box (height vs width), only works for height is missing |
width |
width of the rectangles, default is 0.8 |
height |
height of the rectangles |
... |
additional parameters passed to 'geom_rect' |
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.