Closed dfsp-spirit closed 4 years ago
This is implemented in the develop branch. To use it, use rglactions
like this:
overlay = rnorm(163842*2L, 5, 3); # your data.
rglactions = list("trans_fun"=limit_fun(4.8,5.2)); # use rglaction to limit plot range
vis.data.on.subject(sjd, sj, morph_data_both =overlay, draw_colorbar = T, rglactions=rglactions);
In vis functions like vis.data.on.subject, there should be an option to limit the plotted data range.
This should of course be reflected in the min and max values displayed on the colorbar (if any).