1. 在 R 的 console中 , 以一行一行用户交互的方式来进行
2. 在R 的console中可以用source('xxx.R') 来运行xxx.R的代码
3. 在终端中 Rscript 命令来运行