Deprecated in favour of [geom_xkcdpath()], which integrates with ggplot2's aesthetic machinery instead of rebuilding mappings by hand. Migrate segments to `geom_xkcdpath(aes(x = x, y = y, xend = xend, yend = yend), ...)` and circles to the `diameter` aesthetic.
xkcdline(mapping, data, typexkcdline = "segment", mask = TRUE, ...)Aesthetic mapping
Dataset
"segment" or "circunference"
Logical
Additional arguments
[geom_xkcdpath()]