data sample;
input time ad ce wr;
datalines;
0 1 3 5
1 2 4 3
2 1 2 3
;
run;
title 'ad plot';
proc sgplot data=sample;
scatter x=time y=ad;
run;
title 'ce plot';
proc sgplot data=sample;
scatter x=time y=ce;
run;
title 'wr plot';
proc sgplot data=sample;
scatter x=time y=wr;
run;



雷达卡



京公网安备 11010802022788号







