我想画一个长度为人类染色体1的图 长度为249250621。
jpeg(filename = output_file,width=249250621)
plot(1,type='n',xlim=c(0,249250621),ylim=c(0,100)
...
...
dev.off();
返回错误说
Error in jpeg(filename = output_file, width = 249250621) : unable to start device 'jpeg'In addition: Warning message:In jpeg(filename = output_file, width = 249250621) : cairo error 'out of memory'
所以请问有什么办法?tiff,png,pdf等等什么输出都可以。只要能画出来这么宽的图就行。谢谢


雷达卡



京公网安备 11010802022788号







