Nothing
nodes <- data.frame(
id = LETTERS[1:2],
lon = 1:2,
lat = 1:2
)
links <- data.frame(from = "A", to = "B")
test_gn <- geonetwork(links, nodes, directed = FALSE)
test_that("Plot geonetwork object", {
expect_error(plot(test_gn), NA)
expect_error(plot(test_gn, add = TRUE), NA)
expect_error(plot(test_gn, add = FALSE), NA)
})
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.