usethis::use_tutorial("BasicGraphs",
"Basics about Graphs", open = interactive())
usethis::use_tutorial("LayoutofGraphs",
"Layout for Graphs", open = interactive())
usethis::use_tutorial("CreatingGraphs",
"Creating Graphs from Data", open = interactive())
usethis::use_tutorial("UsingGraphs",
"Using Graphs for Statistics", open = interactive())
usethis::use_tutorial("CooccurrenceGraphs",
"CooccurrenceGraphs", open = interactive())
usethis::use_package("igraph")
usethis::use_package("reshape")
usethis::use_package("dplyr")
usethis::use_package("tidygraph")
usethis::use_package("ggraph")
usethis::use_package("phyloseq")
usethis::use_package("ggplot2")
usethis::use_package("rworldmap")
usethis::use_package("ape")
usethis::use_package("ggnetwork")
usethis::use_package("phyloseqGraphTest")
usethis::use_package("learnr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.