Recent Posts

R console theme

less than 1 minute read

R console 并没有提供 theme 选项,只有自己配 color。在 “X:[R-folder]\etc\Rconsole” 文件中可以指定 color(在 ## Colours for console and pager(s) 小节)(color 的名称在 “X:[R-folder]\etc\rgb.t...

Derivative and Partial Derivative

1 minute read

感谢 良田围 网友在 偏导数有什么用 问题上的精彩回复,以下全文摘抄,仅加音标并稍微排版。

R profiling

less than 1 minute read

system.time()

R «- operator

1 minute read

第一次看到这个 «- 赋值是在 coursera 的 assignment,这里是实现了一个 cache 了 mean 结果的 vector:

R apply family

8 minute read

参考资料:A brief introduction to “apply” in R