Releases: agoutsmedt/networkflow
Releases · agoutsmedt/networkflow
networkflow 0.1.0 (Development)
networkflow 0.1.0 (Development)
Deprecated and new functions
- dynamic_network_cooccurrence() is deprecated and is replaced by build_dynamic_networks()
- tbl_main_component() is deprecated and is replaced by build_network() and filter_components();
- leiden_workflow() is deprecated and is replaced by build_dynamic_networks();
- community_names() is deprecated and is replaced by name_clusters();
- community_colors() is deprecated and is replaced by color_networks();
- A new function for calculating coordinates according to different layout algorithms has been implemented: layout_clusters()