**1. Adjusting bug in color with basic graphics - Option 2
Add parameter to adjust statistics font size**
If one wants to plot the model I guess should use the same color for point, segment and line, so there's no need to use both modelColourand modelLineColour.
If so, you can simply use only one modelColour parameter (and avoid using modelLineColour).
where modelColourneeds to be a named vector, such as:
modelLineColour = c("non responder" ='mediumblue', "responder" = 'firebrick')
Fixed with the latest push. Personally I like the option for a different line colour but I updated it so by default they will be the same - you don't need to set it individually anymore.
**1. Adjusting bug in color with basic graphics - Option 2
Add parameter to adjust statistics font size**
If one wants to plot the model I guess should use the same color for point, segment and line, so there's no need to use both
modelColour
andmodelLineColour
. If so, you can simply use only one modelColour parameter (and avoid using modelLineColour). wheremodelColour
needs to be a named vector, such as:modelLineColour = c("non responder" ='mediumblue', "responder" = 'firebrick')
NOT TESTED FOR GGPLOT
old plot:
new plot: