Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 576 Bytes

File metadata and controls

31 lines (21 loc) · 576 Bytes

igraph.style

The goal of igraph.style is to make it easy to style igraph literals, on top of following the tidyverse style.

Installation

You can install the development version of igraph.style from GitHub with:

# install.packages("pak")
pak::pak("igraph/igraph.style")

Example

Compare:

styler::style_text("A+-+B")
#> A + -+B
styler::style_text("A+-+B", style = igraph.style::igraph_style)
#> A +-+ B