Skip to contents

autograph 0.2.0

CRAN release: 2025-08-22

Package

  • Added (currently) necessary dependencies
  • Removed unnecessary manynet dependencies

Plotting

  • Added graphr(), graphs(), and grapht() 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

Package

  • Fixed line break issues in DESCRIPTION

Themes

Layouts

  • Fixed “layout_layered” to accept typical ggraph parameters

manynet

  • Added return value statements

migraph

  • Added return value statements

RSiena

  • Added return value statements

autograph 0.1.1

Package

  • Fixed DESCRIPTION issues

autograph 0.1.0

Package

  • Initial setup, with all the goodies

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
  • 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

Layouts

Data

  • Added some precooked results for testing and illustration