摘要:
table(), xtabs(), prop.table(), margin.table(), addmargins(), ftable(); chisq.test(), fisher.test(), mantelhaen.test(), associstats() 阅读全文
摘要:
summary(), sapply(), decscribe(), stat.desc(), aggregate(),summaryBy(),describeBy() 阅读全文
摘要:
polygon()函数 阅读全文
摘要:
rug()函数 阅读全文
摘要:
1.diff():返回略微迭代(lagged)的或滞后的不同(iterated diferences)。> x x [1] 1 4 10 20 35 56 84 120 165 220> diff(x,differances=2)[1] 3 6 10 15 21 28 36 45 55> diff(.leap.seconds)Time differences in days [1] 184 365 365 365 366 365 365 365 547 365 365 731 914 731 365 547[17] 365 365 5... 阅读全文
摘要:
jitter函数使用 阅读全文
摘要:
rep()函数使用 阅读全文
摘要:
三. 柱状图(Histogram)1. hist():画柱状图·breaks(可选项):控制柱状图的小柱子的条数;·freq=FALSE:基于概率(probability),而非频率(frequencies),绘制图形。·还可以有其他参数,如:xlab,ylab,main,col,lwd...2. lines():在已有图形上添加线条。3. box():给已有图形添加一个框。4. rug()5. diff()6.box()例07:> par(mfrow=c(2,2))> hist(mtcars$mpg)>> hist(mtcars$mpg, 阅读全文
摘要:
1.循环语句:for,while;2.条件语句:if-else,ifelse,switch;3.用户自定义函数;4.聚合与重组 melt cast 阅读全文
摘要:
数学函数,统计函数,概率函数,字符函数,其他函数 阅读全文