You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the return value of plotMA is a vector of M and A values.
If we reverse the order the to A value and M value, the return value can be readily
passed to plot.xy(). This is probably easier.