Open
Description
Hi @crsh,
on a feature branch, I kept a rewrite of the apa_***plot()
family of functions that would enable using pipes to customize these plots, and would also provide a formula interface. To enable pipes, the return value of these functions is very different to what these functions currently (invisibly) return, so even though the current output is probably rarely or never used, would break backwards compatibility.
Before we submit to CRAN, I wanted to ask if a) I should finish work on the new implementation or b) we make clear in the documentation that the return value is subject to change (currently, the return value is not documented).