Skip to content

ggflowchart 1.0.0

Latest
Compare
Choose a tag to compare
@nrennie nrennie released this 11 May 22:27
· 77 commits to main since this release

ggflowchart 1.0.0 2023_05_10

  • Initial CRAN submission
  • Add horizontal argument to ggflowchart()
  • Add arrow_size argument to ggflowchart()
  • Add text_size argument to ggflowchart()
  • Add option to set fill based on column in node_data
  • Add option to set text_colour based on column in node_data
  • Add vignette examples
  • Adds non-exported get_layout() to obtain centre of node positions
  • Adds non-exported get_nodes() to define perimeter of node boxes
  • Adds non-exported add_node_attr() to include node attributes including labels
  • Adds non-exported get_edges() to define arrow start and end positions
  • Adds ggflowchart() to create flowchart