corybrunson / ggalluvial

ggplot2 extension for alluvial plots
http://corybrunson.github.io/ggalluvial/
GNU General Public License v3.0
497 stars 34 forks source link

reverse Parameter Purpose Mystery #123

Closed DarioS closed 3 months ago

DarioS commented 10 months ago

In the vignette, I see reverse = FALSE. But, it is not a parameter of geom_alluvium nor layer (which accepts ...)

... Additional arguments passed to ggplot2::layer().

corybrunson commented 10 months ago

It is a parameter of the stat_*() layers, not the geom_*() layers. : )

(Parameters to either layer can be passed to the other layer; they are reconciled in layer().)

corybrunson commented 3 months ago

Presumed resolved but please reopen if not!