makeImmuneTree <- function() {
Immune_edgelist <- c(0, "Lymphocytes", "Lymphocytes", "B",
"Lymphocytes", "NK", "Lymphocytes", "T")
return(matrix(Immune_edgelist, ncol = 2, byrow = TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.