!!!plot() *ひとつだけ plot(A) *二種類 plot(A,B) !!データを並べ替えてから(<>()) A sort(A) *ひとつだけ plot(sort(A)) *二種類 plot(sort(A),(B))