-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: May 2014
SciDB tips
I’m working on a project that will use SciDB for an analysis of MODIS data. This post is a dumping ground for small things that I wish I had known at the start of this process. Most of these are … Continue reading
How to call an R function from C
Last year I worked on an analysis project in which we needed to call a statistical function written in R from a C program. There are some great tools to integrate R and C++ (for example Rccp and Rinside), but … Continue reading