Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个八度文件,在file.dat中保存了一个8 * 10矩阵,现在我想制作这个数据的箱线图,在cygwin /终端中使用什么命令来箱线图这个file.dat,有人告诉我,它就像$ boxplot load("file.dat") 但它不起作用,请帮忙。
PS:我已经下载了统计包。