Nothing
library(graph)
V = letters[1:12]
g2 = randomEGraph(V, edges=20)
test_that("proper class argument is provided", {
expect_error(rSpectral::spectral_graphNEL(V), ".*graphNEL.*")
expect_named(rSpectral::spectral_graphNEL(g2),c('names','membership'))
})
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.