Compute or draw rough points
Arguments
- x, y
Point coordinates as for
graphics::points().- hand
Hand-drawn geometry settings created with
hand().- ...
Graphics parameters passed to
graphics::points().
See also
Other rough drawing helpers:
rough_arrows(),
rough_lines(),
rough_polygons(),
rough_polypath(),
rough_rect(),
rough_segments()
Examples
plot(1:10, 1:10, type = "n")
draw_rough_points(1:10, 1:10,
hand = human_hand(),
pch = 16, cex = 1.4)