Describe the bug
pmx_plot_npde_pred(strat.color=arg) not working as expected
To Reproduce
The code below produced the same plots without stratification by colour.
ctr = pmx_mlxtran(mlxtran, dvid = "YTYPE")
ctr %>% pmx_plot_npde_pred()
ctr %>% pmx_plot_npde_pred(strat.color="TRT2")
Expected behavior
Plots with colours mapped by the strat.color argument.
Package and platform (please complete the following information):
- ggplot2 version 3.5.1
- ggPMX version 1.2.11
Describe the bug
pmx_plot_npde_pred(strat.color=arg) not working as expected
To Reproduce
The code below produced the same plots without stratification by colour.
Expected behavior
Plots with colours mapped by the
strat.colorargument.Package and platform (please complete the following information):