今天学会了往博客里插入编程代码,方法是:
[sourcecode language=”r”] 你的R代码在这里[/sourcecode]
具体参见http://en.support.wordpress.com/code/posting-source-code/。
还可以插入$latex LaTeX$代码,方法是:
$latex 你的latex代码放在这里$
具体参见http://en.support.wordpress.com/latex/。
这个网页给了个插入公式的例子:$latex ihbarfrac{partial}{partial t}left|Psi(t)right>=Hleft|Psi(t)right>$
终于有可能写一些关于编程的博客了。
[sourcecode language=”r”]
Step by step example:
library(BRugs) # loading BRugs
Now setting the working directory to the examples’ one:
oldwd setwd(options()$OpenBUGSExamples)
[/sourcecode]
2013-02-05修订:本文所述的方法适用于wordpress.com。搬家到独立博客后就不灵了。