霞と側杖を食らう

ほしいものです。なにかいただけるとしあわせです。[https://www.amazon.jp/hz/wishlist/ls/2EIEFTV4IKSIJ?ref_=wl_share]

リリーフ運用指標MRTRの作成の学習記録その2

 

 

moratoriamuo.hatenablog.com

この記事の続き. 

 

作ったものを並べる. 左上から右に順番に巨人, 横浜, 阪神, 広島, 中日, ヤクルト.

gridExtra::grid.arrange(p2G + theme(legend.position = 'none'),
                        p2DeNA + theme(legend.position = 'none'),
                        p2Tigers + theme(legend.position = 'none'),
                        p2Carp + theme(legend.position = 'none'),
                        p2Dragons + theme(legend.position = 'none'),
                        p2Swallows+ theme(legend.position = 'none'),
                        nrow=1)

gridExtra::grid.arrange(phG, phDeNA, phTigers,
                        phCarp, phDragons, phSwallows,
                        nrow=3)

gridExtra::grid.arrange(winrate16G, winrate16DeNA, winrate16Tigers,
                        winrate16Carp, winrate16Dragons, winrate16Swallows,
                        nrow = 3)

gridExtra::grid.arrange(pfgG, pfgDeNA, pfgTigers,
                        pfgCarp, pfgDragons, pfgSwallows,
                        nrow = 3)

 

 

【学習内容(続く)】

はてなブログの記事の容量制限でその3に続く.

moratoriamuo.hatenablog.com