Open rpruim opened 6 years ago
We could make the syntax more like ggformula if we specified non-default uses of the variables more like this:
ggformula
mod_plot(model, x = ~var1, color = ~var2, facet = var3 ~ var4)
This could allow for using other attributes (shape, alpha, linetype) too.
I haven't looked to see how hard the implementation would be.
We could make the syntax more like
ggformula
if we specified non-default uses of the variables more like this:This could allow for using other attributes (shape, alpha, linetype) too.
I haven't looked to see how hard the implementation would be.