Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pipe

Magrittr's pipes


Description

igraph re-exports the %>% operator of magrittr, because we find it very useful. Please see the documentation in the magrittr package.

Arguments

lhs

Left hand side of the pipe.

rhs

Right hand side of the pipe.

Value

Result of applying the right hand side to the result of the left hand side.

Examples

make_ring(10) %>%
  add_edges(c(1,6)) %>%
  plot()

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.