Plot creation

The two main functions for creating a list of plots are ggloop() and aes_loop(). These are meant to mimic ggplot() and aes(), respectively.

Create a list of grouped aesthetic mappings.

Create ggplot plots in a loop.

Adding to plots

There is a special funtion which allows the addition of features to a nested list or a list of plots - %L+% (l-plus).

Add components to a ggloop object.