alluvial()
exposesmar
argument that is passed topar()
so the user can customize the plot margins (which are rather narrow by default) (#31).alluvial()
has two new argumentsxlim_offset
andylim_offset
which are passed toxlim
andylim
ofplot()
. This enables adjusting the size of the plotting region and avoid label clipping in some cirumstances (#32)- The vignette has a new section on reordering the alluvia, and some other improvements.
- The vignette dependency on RColorBrewer has been removed.
- There is a vignette
vignette("alluvial", package="alluvial")
illustrating basic usage ofalluvial()
. The vignette needsdplyr
package so it is nowSuggested
.
- README has been updated. It is dynamically generated from an associated
.Rmd
file. Some typos fixed.
First release.