問題タブ [stl-decomposition]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
59 参照

r - 時系列分解プロットの編集

分解されたプロット (添付) の右側にある空の灰色のボックス (赤い円の内側で強調表示) を削除することは可能ですか?

また、個人のタイトル フォント (緑色の円内で強調表示) を Times New Roman または任意の他のフォントに変更することは可能ですか?

プロットの作成に使用される r コードは次のとおりです。

autoplot(decompose(x, type = "additive"))+labs(y=expression(Chl[a]~(µg/L)), x="Year") + ggtitle(expression(Decomposed~Chl[a]~Time~Series~BB1)) + theme(plot.title=element_text(hjust=0.5))

時系列分解プロット

時系列分解プロット