draw_line {cowplot}R Documentation

Draw a line.

Description

This is a convenience function. It's just a thin wrapper around geom_line.

Usage

draw_line(x, y, ...)

Arguments

x

Vector of x coordinates.

y

Vector of y coordinates.

...

Style parameters, such as colour, alpha, size, etc.


[Package cowplot version 0.8.0 Index]