Useful functions could let us to access element ranges of variables. For instance, I can access S[1,1], but cannot access S[1,:] (all points of line 1), or S[5:100,1] (points of col 1 belonging to lines 5-100.
Another useful function could let us work better with data from sweeps. See the example below using HB simulation: