- partial code refactoring and new code style
- fixed bug for directed degree in snahelper
- fixed weighted adjacency matrix bug in netreader
Snahelperis now more reproducible by also returning the coordinates explicitly- fixed deprecated FA 5 sliders name (changed to sliders-h)
- added layout via stored node variables x and y
- added
drop = FALSEtoNetreaderfor cases where only one attribute is read - minor bug fixes
- added
componentlayouter
- Fixed a bug that prevented the calculation of in/out degree in directed networks
- Fixed a bug that produced warnings for directed networks
- Fixed label of variable name field for
netbuilderandnetreader - Switched plot and control panel layout to remove scrolling issue.
- Use {{DT}} for table rendering due to persistent issue with character attributes.
- BREAKING only works with the newest ggraph version (2.0.0) (error message added)
- added
Netbuilderaddin - added
Netreaderaddin - edge geom is chosen automatically between
geom_edge_link0()andgeom_edge_parallel0() - discrete edge colors are supported now
- added support for
layout_with_focus()andlayout_with_centrality()
- tweaking node position is now possible via clicking on desired location
- added
formatRfor nicer code output - added backbone layout support
- centrality indices in node attribute manager automatically adapt to type of graph (directed/weighted/etc.)
- added option to repel node labels
- removed curvature for edges and added manual alpha tuning
- switched from
geom_edge_arctogeom_edge_fan - changed some default colors
- increased max node size
- added
colourpickersupport
- initial version