How can I change the default x-axis title in love.plot of cobalt package in R?

情到浓时终转凉″ 提交于 2019-12-12 00:51:25

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!