paper writing

关于统计数据转到latex表格:

感觉从R里将各种小数数据转到latex的table真的是一件痛苦的事情,太繁琐了。。小数点的位数控制,格式的对齐。。。我这么没有耐心的人。。

一些小点吧:

1)使用options(digits=N)控制小数点位数后再重新输出

2)重新输出数据框后,此时数据是对齐的,比较好处理

3)将数据直接从终端拷贝到iterm打开的文本文件里,粘贴,格式此时仍然是对齐的

4)在vim里使用ctr+v的方式块状编辑文本,会轻松很多。。

特此记录,不要再忘了。。


Previous work on inter-smell relations has mostly been lim-

ited to conceptual or anecdotal descriptions ; and very few of

these inter-smell relations have been corroborated empirically.


Both the issue tracker discussions and

commit messages yielded very minimal traceability to license

changes, suggesting that the analysis of licensing requires fine-

grained approaches analyzing the source code.

We used the command git log -U1 -w , where the option -U1 downloads commit patches and -w outputs method names for which the code has been added.

你可能感兴趣的:(paper writing)