Skip to content

Instantly share code, notes, and snippets.

@Ddedalus
Created May 7, 2018 23:51
Show Gist options
  • Save Ddedalus/ffd1cbb4a3c31b25d5ae30fe2371f053 to your computer and use it in GitHub Desktop.
Save Ddedalus/ffd1cbb4a3c31b25d5ae30fe2371f053 to your computer and use it in GitHub Desktop.
Check various patologies in a graph R
which_mutual(g5) %>% table
which_multiple(g5) %>% table
which_loop(g5) %>% table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment