Tidygraph

Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: « * tidygraph has filter property which can be used in various geoms for filtering nodes, edges, etc. So, the geom_node_text line of the answer above should work …»)
 
Строка 5: Строка 5:
 
  geom_node_text(aes(...
 
  geom_node_text(aes(...
  
 +
=== ggnet ===
 +
https://briatte.github.io/ggnet/
 +
 +
The ggnet2 function is a visualization function to plot network objects as ggplot2 objects. It accepts any object that can be coerced to the  network class, including adjacency or incidence matrices, edge lists, or one-mode igraph network objects.
 +
 +
 +
----
 
[[Category:R]]
 
[[Category:R]]
 +
[[Catagory:Network]]

Версия 14:23, 25 мая 2019


  • tidygraph has filter property which can be used in various geoms for filtering nodes, edges, etc. So, the geom_node_text line of the answer above should work better if written as:
geom_node_text(aes(...

ggnet

https://briatte.github.io/ggnet/

The ggnet2 function is a visualization function to plot network objects as ggplot2 objects. It accepts any object that can be coerced to the network class, including adjacency or incidence matrices, edge lists, or one-mode igraph network objects.



Catagory:Network
Персональные инструменты
Инструменты