NEWS
MetaNet 0.3.1 (2026-04-27)
Fixed
- fixed the added shapes <2026-04-22, Wed>
MetaNet 0.2.8 (2026-02-09)
Others
- submitted to CRAN <2026-02-09, Mon>
MetaNet 0.2.7 (2025-06-26)
Added
- added
c_net_compare function <2025-06-04, Wed>
MetaNet 0.2.6
Added
- added
get_big_lay_nice function <2025-05-23, Fri>
- added
group_zoom argument for g_layout_nice function <2025-05-23, Fri>
- added
plot_e_type_bar, plot_multi_nets functions <2025-05-22, Thu>
- added
c_net_ego, c_net_intersect, c_net_difference, c_net_highlight functions <2025-04-28, Mon>
- added "star","pentagon","hexagon" shapes for node <2025-04-27, Sun>
MetaNet 0.2.5 (2025-04-10)
Others
- Reconstruct the 'coors' object, now it is a dataframe rather than list. <2025-04-07, Mon>
Added
- added
g_layout_poly_sector function <2025-04-07, Mon>
- added
spatstat_layout function <2025-04-07, Mon>
MetaNet 0.2.2
Added
- added
g_layout_multi_layer function <2025-04-04, Fri>
- added
transform_coors function <2025-04-03, Thu>
- added
cyjs format for function c_net_load <2024-11-19, Tue>
MetaNet 0.2.1
Added
- added
clean_multi_edge_metanet and modified the skeleton_plot, now c_net_plot can plot skeleton network perfectly. <2024-06-05, Wed>
- added
remove_negative in extract_sample_net <2024-05-23, Thu>
- added
cal_KLD <2024-05-23, Thu>
- added plot pie function in
c_net_plot <2024-04-12, Fri>
- added
metanet_shapes(), including diamond, triangle1-2 <2024-04-12, Fri>
- v0.2.1, big change <2024-04-11, Thu>
MetaNet 0.1.3
Added
- added
c_net_union <2024-03-29, Fri>
- added
params_list argument for c_net_plot, easy to repeat calls to set default parameters <2024-03-28, Thu>
Fixed
- fixed
zp_analyse() as the Zi or Pi maybe NA <2024-04-09, Tue>
MetaNet 0.1.2 (2024-03-25)
Fixed
- fixed all issues on CRAN, submitted again <2024-03-21, Thu>
MetaNet 0.1.1
Added
- added treemap, backbone, and stress mode for
g_layout_nice() <2024-02-02, Fri>
- added layouts from
ggraph to c_net_lay() <2024-02-02, Fri>
- added
as_polycircle() and as_circle_tree() for the graph layout. <2024-02-02, Fri>
- added
module_label() for c_net_plot(). <2024-01-19, Fri>
- refactored
c_net_plot(), it's too long and complex <2024-01-31, Fri>
MetaNet 0.1.0 (2024-01-12)
Fixed