Created
May 7, 2018 23:51
-
-
Save Ddedalus/ffd1cbb4a3c31b25d5ae30fe2371f053 to your computer and use it in GitHub Desktop.
Check various patologies in a graph R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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