# NOT RUN {
pkggraph::init(local = TRUE)
plot_obj <- pkggraph::neighborhood_graph("hash")
pkggraph::plotd3(plot_obj)
plot_obj <- pkggraph::neighborhood_graph(c("hash","tidytext"))
pkggraph::plotd3(plot_obj, height = 750, width = 1200)
plot_obj <- pkggraph::neighborhood_graph(c("hash","Matrix"))
pkggraph::plotd3(plot_obj)
# }
Run the code above in your browser using DataLab