plot something like R chart but showing positive and negative value instead of range.
i have a table with 200 parameters/columns and 300 parts/row. Each part has reading taken twice, namely T0 and T48. i would like to plot something like reading@T48 - reading@T0 for all 200 parameters in y- axis, x-axis is the part 1 to part 300. i am thinking to use R chart since it does the range = absolute( reading@T48 - reading@T0 ). Is this something ready available in JMP or should i do a mat...