| polar_connect {ggpolar} | R Documentation |
Connects dots
Description
Check polar_init() for examples.
Usage
polar_connect(data, x1, x2, ...)
Arguments
data |
a |
x1, x2 |
the column names (without quote) storing connected events. |
... |
parameters passing to ggplot2::geom_segment,
expect |
Value
a ggplot object.
[Package ggpolar version 0.2.2 Index]