# NOT RUN {
# Get the nodes that are in the graph periphery of
# a randomly-created graph
get_periphery(
create_random_graph(
15, 24,
fully_connected = TRUE,
set_seed = 20))
#> [1] 13
# }
Run the code above in your browser using DataLab