Provide a sequence of x values and accompanying y values to draw a line on a plot.
draw_line(x, y, ...)Vector of x coordinates.
Vector of y coordinates.
geom_path parameters such as colour, alpha, size, etc.
This is a convenience function, providing a wrapper around ggplot2's geom_path.