fsolt / dotwhisker

Dot-and-Whisker Plots of Regression Results
https://fsolt.org/dotwhisker/
Other
60 stars 10 forks source link

consider adding fxn to add headers to group variables #28

Closed fsolt closed 9 years ago

fsolt commented 9 years ago

build it on add_NA

fsolt commented 9 years ago

Looks like it'll have to be part of dwplot. Need to add blank rows to df before plotting, but bold (etc.) them afterwards with +scale_y_discrete(breaks = length(x):1, labels = x) replacing headings with expression(bold(x))?

fsolt commented 9 years ago

maybe not worth the trouble/complexity