draw rectangle boxes as scatter points
geom_scatter_rect(
mapping = NULL,
data = NULL,
asp = 0.6,
width = 0.8,
height = NULL,
...
)
aesthetic mapping, default is NULL
input data, default is NULL
aspect ration of rectangle box (height vs width), only works for height is missing
width of the rectangles, default is 0.8
height of the rectangles
additional parameters passed to 'geom_rect'
Guangchuang Yu