Last active
January 22, 2021 03:36
-
-
Save kapsakcj/c71a556a1c9b48a1aaaaf97188983efc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| soil = c("Collembola", "Earthworms", "Myriapoda", | |
| "Termites", "Ants", "Isopods", "Psuedoscorpion", | |
| "Oribatid mites", "Protura", "Enchytraeids", "Nematodes", | |
| "Tardigrades", "Arbuscular mycorrhiza","Ectomycorrhiza", | |
| "Fungi", "Nitrifiers", "Denitrifiers", "Archaea", "Bacteria", | |
| "Protists", "Proteobacteria", "Lichen","Enchytraeides", "Coleoptera", | |
| "Slugs", "Spiders", "Ascomycota", "Basidiomycota", "Algae","Bacteriodes", | |
| "Verrucomicrobia") # Generate names | |
| # install.packages("devtools") | |
| devtools::install_github("jennybc/bingo") | |
| require("bingo") | |
| bc <- bingo(n_cards = 5, words = soil) # 5 cards | |
| plot(bc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment