At this point these notes on R and statistics are mostly to myself. Hopefully over time they will evolve into something that can be more generally useful.
Wednesday, March 28, 2012
Tuesday, March 20, 2012
informative discussion on variable scope control in R
http://stackoverflow.com/questions/6216968/r-force-local-scope
This somehow magically works, but I need to comprehend.
This somehow magically works, but I need to comprehend.
environment(fun) = parent.env(environment(fun))
Saturday, March 10, 2012
my experience with installing Rgraphviz on Ubuntu (10.10)
make sure libgraphviz-dev is installed. It is needed for some header files (e.g. gvc.h)
then
then
biocLite("Rgraphviz", configure.args=c("--with-graphviz=/usr"))
the reason is that at least on my computer the dot program was in
/usr/bin, but not in /usr/local/bin as Rgraphviz defaults
Subscribe to:
Posts (Atom)
Checking font availability on Mac fc-list : family | grep "Fira Code" or system_profiler -json SPFontsDataType | grep \...