Skip to content

Holds A Styleguide for igraph Graphs

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

igraph/igraph.style

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

About

Holds A Styleguide for igraph Graphs

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages