/* 1 -1 average of the defined cells */ double rf_avg(const Node *n, const Cell *c) { double a[4]; stats_helper( Right(n), c, a); return a[0]; }