git和github使用
对之前使用git和github的整理,重新在网上搜索资料,添加代码注释。
简介
我们一直用GitHub作为免费的远程仓库,如果是个人的开源项目,放到GitHub上是完全没有问题的。其实GitHub还是一个开源协作社区,通过GitHub,既可以让别人参与你的开源项目,也可以参与别人的开源项目。
在Gi
...
这篇博文写的很好 https://www.r-bloggers.com/exporting-nice-plots-in-r/
介绍的 Inkscape 也很好用,解决了之前IGV输出SVG图片的问题。导入PPT只显示一半。用Ai cc 打开,报错。“往返Tiny时剪贴将丢失”,只有框架没有图
There are two main problems when exporting graphics from R:
If we want to increase the resolution of the plot we can’t just change the resolution parameter:
We also have to change the point size, the formula is size * new resolution DPI / 72 DPI:
If we double the image size we also need to double the point size: