autoplotly generic similar to ggplot2::autoplot
オープン
まだ誰も着手していません。
- 主要言語
- R
- スター
- 2.7k
- フォーク
- 641
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Would you consider an autoplotly() generic similar to ggplot2::autoplot()? We have a number of classes (in proprietary packages) for which we have created default plotting methods that use plotly. We can create our own autoplotly() generic, but I thought it might be of interest to others as well. Something as simple as:
autoplotly <- function(object, ...) {
UseMethod("autoplotly")
}
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、パッケージに既存するエクスポート済みの generics と、リンクされている ggplot2::autoplot のリファレンスを確認します。提案されている autoplotly() generic の意図された公開 API とメソッドディスパッチの動作を確認してください。合意した generic がパッケージに一貫して統合され、その動作がテストでカバーされていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100