摘要: w x <- c(52, 30, 10, 8)labels <- c("分析思考", "写代码、调试", "沟通", "其他")png(file = "D:\\Documents\\r_action\\TimeInOfficePresent.png")pie(x,labels)dev.off() 阅读全文
posted @ 2017-06-26 10:46 papering 阅读(176) 评论(0) 推荐(0)