test_that("per_branch_plot works", {
## Selecting child terms of
## "Abnormality of the nervous system" as background branches"
plt <- per_branch_plot(
highlighted_branches = "Abnormality of nervous system physiology",
ancestor = "Abnormality of the nervous system")
testthat::expect_true(methods::is(plt,"gg"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.