polar_connect {bregr}R Documentation

Connects dots

Description

[Stable]

Check polar_init() for examples.

Usage

polar_connect(data, x1, x2, ...)

Arguments

data

A data.frame contains connections of all events.

x1, x2

Column names (without quote in aes()) storing connected events.

...

Arguments passing to ggplot2::geom_segment(), expect c(x, xend, y, yend) these 4 mapping parameters.

Value

A ggplot object.

See Also

Other risk_network: br_show_risk_network(), polar_init()


[Package bregr version 1.0.0 Index]