可能重复:
将密度曲线拟合到 R 中的直方图
x
是一个 NAs 自由数值向量。
我跑:
> hist(x,density(x), prob=TRUE)
Error Message I get:
Error in rank(x, ties.method = "min", na.last = "keep") :
unimplemented type 'list' in 'greater'
有人建议我在调用 hist 时设置 prob =TRUE。如果你也能解释这一点,那就太好了。谢谢你。