共 2 篇文章
显示摘要每页显示  条
p <- pathview(gene.data = gene.ensprot, cpd.data = cpd.cas, gene.idtype = gene.idtype.list[4], cpd.idtype = cpd.simtypes[2], pathway.id = ''''''''00640'''''''', species = ''''''''hsa'''''''...
R语言:Sys.sleep()与Sys.time() 版权声明:本文为博主原创文章,未经博主允许不得转载。Sys.sleep() 让R语言在做计算时停顿下,减缓运行速度。#睡眠2秒Sys.sleep(2)testit <- function(x){ p1 <- proc.time() Sys.sleep(x) proc.time() - p1 # The cpu usage should be negligible}> testit(3.7)用户 系统 ...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部