append in ppt
Help- - how to append my for loop of producing of correlation plots from which each slide contains 4 plots?For( i = 1, i <= N Items( new_b ), i++,
Bivariate(
Y( Column( cor_tab, new_b[i] ) ),
X( Column( cor_tab, ref_b[i] ) )));
vince_faller