【发布时间】:2018-02-18 14:49:22
【问题描述】:
但是,我不希望看到随机间隔(45,001、90,001 等)的刻度线。很简单,它看起来很丑。如何更改我的代码,使其标记为 1、50k、100k、150k...400k、428,036?
这是我当前的代码:
sliderInput(inputId = "CR_num",
label = "Please choose how many case reports you would like our tool to analyze.",
value = "20000",
step = 5000,
min = 1,
max = 428036)
我认为step 参数只允许用户在该间隔内从刻度中选择值...它不会更改标签。
谢谢。
【问题讨论】:
-
也许this 可能有用
标签: r user-interface shiny scale labels