【问题标题】:Rcharts rPlot - R statisticsRcharts rPlot - R 统计
【发布时间】:2015-04-16 15:03:50
【问题描述】:

我想使用这个命令

r1 <- rPlot(y~x, color="z", data=my_df, type="tile")

它有效,但我希望 X-AXE 中的标签垂直于 x 轴。 我在网上找不到任何关于此的材料。

【问题讨论】:

    标签: axis rcharts


    【解决方案1】:

    我不确定 rPlot 但在使用 plot() 时,您可以使用 las= 旋转它们。

    例子:

    r1 <- plot(x, y, main = "title", col = "blue", las=1)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-26
      • 1970-01-01
      • 2014-10-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多