📜  r中的breaks_width - TypeScript代码示例

📅  最后修改于: 2022-03-11 14:48:11.235000             🧑  作者: Mango

代码示例1
breaks_width(width, offset = 0)
# width: Distance between each break. Either a number, or for date/times,
# a single string of the form “n unit”, e.g. “1 month”, “5 days”. 
# Unit can be of one “sec”, “min”, “hour”, “day”, “week”, “month”, “year”.

# offset: Use if you don’t want breaks to start at zero