# Basic edge options with default line type
options <- edge_options()
# Curved edge with custom style
options <- edge_options(
type = "cubic",
style = edge_style_options(
stroke = "#1783FF",
lineWidth = 2,
endArrow = TRUE
)
)
Run the code above in your browser using DataLab