Changelog
Source:NEWS.md
networkflow 0.1.0 (Development)
Deprecated and new functions:
-
dynamic_network_cooccurrence()
is deprecated and is replaced bybuild_dynamic_networks()
; -
tbl_main_component()
is deprecated and is replaced bybuild_network()
andfilter_components()
; -
leiden_workflow()
is deprecated and is replaced bybuild_dynamic_networks()
; -
community_names()
is deprecated and is replaced byname_clusters()
; -
community_colors()
is deprecated and is replaced bycolor_networks()
; - A new function for calculate coordinates according to different layout algorithms has been implement:
layout_clusters()
;