Showing x-axis labels on histogram plot for interval cuts using R

前端 未结 0 1165
予麋鹿
予麋鹿 2021-01-13 23:22

Does anyone know why the labels are not showing on x-axis based on the following code:

set.seed(50)
data <- sample(50)

res <- cut(data, breaks = seq(0,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题