Graph creation functions

agg_aes()

Define an aesthetic for a graph, or a graph layer.

agg_col()

Add a col layer to an arphit plot.

agg_line()

Add a line layer to an arphit plot.

agg_point()

Add a scatter layer to an arphit plot.

arphitgg()

Create an new arphit graph

Graph operators

agg_draw()

Draw a defined graph

agg_slides()

Make slides in gif

`+`(<arphit.gg>)

Add a layer or element to an arphitgg graph.

print(<arphit.gg>)

Draw a defined graph

On-panel annotations

agg_abline()

Add an AB line to your graph

agg_arrow()

Add an arrow

agg_autolabel()

Add automatically placed label

agg_bgshading()

Add background shading

agg_label()

Add a label

agg_shading()

Add shading between series

Graph annotations and display options

agg_footnote()

Add a footnote (or many footnotes)

agg_legend()

Add a legend to the graph

agg_source()

Add a source (or many sources)

agg_subtitle()

Add a subtitle or panel subtitle

agg_title()

Add a title or panel title

agg_units()

Add units (for the y axis)

agg_xaxisfreq()

Specify the frequency of the x ticks for time series graphs

agg_xaxislabel()

Add an axis label to the x axis

agg_xlim()

Specify the x limits for a graph

agg_xunits()

Add units to the x axis (only works for scatter graphs)

agg_yaxislabel()

Add an axis label to the y axis

agg_ylim()

Specify the y scale for a graph

Quick plotting

agg_qplot()

Quick plot - for quickly creates a single-panel graph. Supports bar and line (and combinations of).