【问题标题】:How can I disable options(scipen=999) for scientific notation in r?如何在 r 中禁用科学记数法的选项(scipen=999)?
【发布时间】:2021-07-16 16:22:00
【问题描述】:

我试图用options(scipen=999) 命令禁用科学记数法。它对我的情节很好,但现在我想再次使用科学记数法,所以我想禁用该命令。

【问题讨论】:

    标签: r options


    【解决方案1】:

    你需要将scipen设置回0:

    options(scipen = 0)
    

    【讨论】:

      猜你喜欢
      • 2018-10-09
      • 2021-05-01
      • 2017-08-30
      • 2018-07-09
      • 2021-01-27
      • 1970-01-01
      • 1970-01-01
      • 2013-04-27
      • 2022-01-21
      相关资源
      最近更新 更多