displaying graphs in R
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
• 1,684 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What kind of graphs? Networks? Are you familiar with Rgraphviz?
You can try ggplot2.
I'd recommend ggraph (for viz) and tidygraph (for manipulation)