Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 spinplot 来可视化条件密度。默认情况下,条形宽度表示数据的相对密度(如直方图上条形的高度)。但是,这对我来说现在不行。如何“摆脱”此功能并获得恒定的条形宽度?或者:如何使 x 轴与 x 值成比例,即中断?
data("plasma",package="HSAUR2") spineplot(ESR~fibrinogen,data=plasma)