w

x <- c(52, 30, 10, 8)
labels <- c("分析思考", "写代码、调试", "沟通", "其他")
png(file = "D:\\Documents\\r_action\\TimeInOfficePresent.png")
pie(x,labels)
dev.off()

最新文章

  1. ASP.NET MVC Controller的激活
  2. error: failed to push some refs to &#39;https://github.com/github账号/learn_git.git&#39; hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caus
  3. pom 详解
  4. Error: Cannot find a valid baseurl for repo: base
  5. struts2重点——ValueStack和OGNL
  6. css文件内引用外部资源文件的相对路径
  7. 如何使用通用Mapper
  8. head 命令
  9. c++中string类的详解
  10. 【Spark学习】Apache Spark配置
  11. Java基础知识强化之集合框架笔记60:Map集合之TreeMap(TreeMap&lt;Student,String&gt;)的案例
  12. 顽强的的砂锅之——深究finally代码块与return语句的执行顺序!
  13. Java课程设计--GUI密码生成器201521123033
  14. IOS开发之XCode学习014:警告对话框和等待提示器
  15. APP自动化框架-ATX原理解析及JAVA版客户端
  16. vue公共
  17. boost 随机数发生器
  18. 什么是orm思想?
  19. AWS EC2 Root密码重置
  20. Windows 7 MBR的修复与Linux产品正确卸载

热门文章

  1. Http中Content-Type的取值讲解
  2. vs2015上编译QT程序的环境搭建
  3. linux驱动模型——platform(1)
  4. Javascript 中的深浅拷贝
  5. Bloxorz I (poj3322) (BFS)
  6. Dom选择器使用与调试记录
  7. wxpython程序基本功能源码整理,包括基本文字,输入框,字体设置,按钮绑定事件触发
  8. 阿里开源框架-JarsLink-【JAVA的模块化开发框架】
  9. 2019-9-2-visual-studio-2015-warning-MSB3246
  10. 02scikit-learn模型训练