問題タブ [fable]
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.
r - Rでautoplot + facet_wrapを使用して選択したプロットをプロットするにはどうすればよいですか?
全て。
選択したものをプロットする必要があります。すべてをプロットできますが、選択したものをプロットする方法がわかりません。
例えば ...
まず、単純な小さなデータセットを作成しました。tsibble オブジェクトを変換します。(私のデータは時系列です。)
関数を使用aggregate_key()
して階層的な時系列を作成します。
autoplot()
次に、関数プラスを使用してプロットしますfacet_wrap()
結果には 6 つのプロット (集計 + 5 つのカテゴリ) が表示されます。選択したカテゴリ (A から E の間) のみをプロットする必要があります。
皆さんありがとう。
..更新しました
一時的なものです..filter()
関数を使用して、選択したものをプロットできます。しかし、それは良くありません。それを処理するよりエレガントな方法があると思います。