# NOT RUN {
pkggraph::init(local = TRUE)
plot_obj <- pkggraph::neighborhood_graph("hash")
plot(plot_obj)
plot_obj <- pkggraph::neighborhood_graph("tidytext")
plot(plot_obj
, background = "white"
, nodeImportance = "out")
plot_obj <- pkggraph::neighborhood_graph(c("hash","tokenizers")
, interconnect = FALSE
)
plot(plot_obj, background = "white")
# }
Run the code above in your browser using DataLab