line_coords(x1, y1, x2, y2, width)
numeric
of length 1) x coordinate of the center of one endnumeric
of length 1) y coordinate of the center of one endnumeric
of length 1) x coordinate of the center of the other endnumeric
of length 1) y coordinate of the center of the other endnumeric
of length 1) The width of the line.## Not run:
# library(ggplot2)
# ggplot(data = line_coords(x1 = 1, y1 = 1, x2 = 2, y2 = 2, width = .1)) +
# geom_polygon(aes(x = x, y = y, fill = group))
# ggplot(data = line_coords(x1 = rnorm(10), y1 = rnorm(10), x2 = rnorm(10),
# y2 = rnorm(10), width = rnorm(10)/5)) +
# geom_polygon(aes(x = x, y = y, fill = group))
# ## End(Not run)
Run the code above in your browser using DataLab