circ_lines: Draw lines

Description Usage Arguments Examples

View source: R/plot.R

Description

Draw lines

Usage

1
circ_lines(x0, y0 = 0.5, x1 = x0, y1 = y0, increasing = TRUE, ...)

Arguments

increasing

Draw from low to high x values.

...

Passed on to lines.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
circ_plot()
circ_par_init()
ring_set(1)
circ_lines(0,.5, .2, lwd=2)
ring_set(2)
circ_lines(1,.5, .2, lwd=2)

# lines are drawn using increasing x values by default.
ring_set(3)
circ_lines(1,.5, .2, increasing=FALSE, lwd=2)

markheckmann/circplot documentation built on May 21, 2019, 12:06 p.m.