R/igraph-package.R
pipe.Rd
igraph re-exports the %>% operator of magrittr, because we find it very useful. Please see the documentation in the magrittr package.
%>%
magrittr
Left hand side of the pipe.
Right hand side of the pipe.
Result of applying the right hand side to the result of the left hand side.
make_ring(10) %>% add_edges(c(1, 6)) %>% plot()