Nothing
context("mtc.model.graph")
test_that("Vertices agree between mtc.comparisons and the model tree", {
network <- thrombolytic
model <- mtc.model(network)
graph <- mtc.network.graph(network)
expect_that(V(model$tree)$name, equals(V(graph)$name))
expect_that(V(mtc.model.graph(model))$name, equals(V(graph)$name))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.