问题
I would like to ask a simple question that I cannot find out the answer for. How can I change the default x-axis title in love.plot() ? I made several codes of ggplot2 that could be used for the same purpose but failed to replace the Default x-axis title with new one that I want.
My code for it was like follows :
love.plot(bal.tab(Procedure~Age+Gender+NYHA, data=impdata, weights='wt'), threshold = .1)
来源:https://stackoverflow.com/questions/49873861/how-can-i-change-the-default-x-axis-title-in-love-plot-of-cobalt-package-in-r