autograph 0.2.0
CRAN release: 2025-08-22
Plotting
- Added
graphr()
,graphs()
, andgrapht()
from manynet for quick plotting of one or more graphs - Improved
+.ggplot()
to check whether second object inherits ggplot class (thanks @teunbrand for fixing #110) - Fixed issue with edge_linetype in signed, directed networks with weights (closed #14)
- Updated README with examples of
graphr()
and others
Themes
- Added themes for Oxford and UNIGE (closed #1)
- Improved
stocnet_theme()
to add option to “stocnet_theme” (previously “snet_theme”) - Added
is_dark()
to check whether a theme is dark or light - Added
match_color()
to return closest matching colors from a palette
Layouts
- Added layout_valence() for signed graphs (closed #6)
- Added configurational layouts from manynet
- Added aliases for various layout_tbl_graph_*() functions
autograph 0.1.2
CRAN release: 2025-07-02
Themes
- Fixed default for
ag_sequential()
MoNAn
- Added
plot.traces.monan()
- Added
plot.gof.stats.monan()
autograph 0.1.0
Theming
- Added
stocnet_theme()
for setting a theme that can then be reused across successive plots (closes #3)- For example,
stocnet_theme("iheid")
for IHEID colour theme
- For example,
- Added
ag_*()
palettes, for example:-
ag_highlight()
to select the highlight colours of a particular palette
-
- Added
match_color()
for matching one or more hexcodes to a palette’s offerings
Plotting
- Added manynet plot methods
- Added
plot.diff_model()
- Added
plot.matrix()
- Added
plot.learn_model()
- Added
plot.network_measures()
- Added
plot.network_motif()
- Added
plot.tie_measure()
- Added
plot.node_measure()
- Added
plot.node_member()
- Added
plot.node_members()
- Added
plot.node_motif()
- Added
- Added migraph plot methods
- Added
plot.netlm()
- Added
plot.netlogit()
- Added
plot.network_test()
- Added
plot.diffs_model()
- Added
- Added RSiena plot methods
- Added
plot.sienaGOF()
- Added
plot.influenceTable()
- Added
plot.selectionTable()
- Added
Layouts
- Added
layout_tbl_graph_matching()
for positioning nodes according to theirmanynet::to_matching()
partners - Added first version of
layout_tbl_graph_layered()
for layering nodes according to a Sugiyama-type layout