摘要:
help.start() 打开帮助文档 help("plot")或者?plot 查看 plot 函数的帮助(引号可以省略) help.search("plot")或者??plot 以plot为关键词搜索本地帮助文档 example("plot") plot函数的使用示例(引号可以省略) RSiteS 阅读全文
posted @ 2021-01-08 22:50
user_root
阅读(384)
评论(0)
推荐(0)
摘要:
在RGUI软件环境建立脚本并保存,使用菜单运行脚本 n <-floor(rnorm(5000, 500, 50)) #生5000个正态分布随机数并取整 t <- table (n) #统计n中所有整数出现的次数 barplot (t) #画出柱状图 barplot (table (floor (rn 阅读全文
posted @ 2021-01-08 22:46
user_root
阅读(99)
评论(0)
推荐(0)

浙公网安备 33010602011771号