Entering edit mode
6.4 years ago
Bogdan
★
1.4k
Dear all,
please what package would you recommend for displaying the graphs in R (ideally, R packages with enhanced visualizations that also provide some graph-based algorithms).
thank you,
-- bogdan
What kind of graphs? Networks? Are you familiar with Rgraphviz?
You can try ggplot2.
I'd recommend ggraph (for viz) and tidygraph (for manipulation)