Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数(約10個)の時系列があり、 を使用して線を引きたいplot.xts。の関数で破線、実線などの線種をどのように設定するのかわかりませんplot.xts。色の設定に関するいくつかの議論を見つけましたが、この問題に関する調査結果はありません. ヒントや指示を教えてもらえますか?
plot.xts
あなたが知っておくべきプロットの視覚的パラメータは
lwd- 線の幅
lwd
lty- 1 = 実線、2 = 破線、3 = 点線。
lty
同じグラフに複数の線を描画する場合は、最初の線を を使用してプロットしplot、他の線を を使用してプロットしlinesます。
plot
lines