%>% {metanetwork}R Documentation

Pipe

Description

Like dplyr, metanetwork also uses the pipe function, %>% to turn function composition into a series of imperative statements.

Value

an object of the class of the output of the last called method/function

Examples


library(metanetwork)
data("meta_angola")
meta_angola %>% attach_layout() %>% ggmetanet()

[Package metanetwork version 0.7.0 Index]