View source: R/stock_recruit.r
bootSR.plot | R Documentation |
ブートストラップによる各パラメータのヒストグラムと、それらパラメータをつかった再生産関係が描画される
bootSR.plot(
boot.res,
CI = 0.8,
output = FALSE,
filename = "boot",
lwd = 1.2,
pch = 1,
ggplt = TRUE,
...
)
boot.res |
|
CI |
プロットする信頼区間 |
output |
pngファイルに出力するか否か |
filename |
ファイル名 |
ヒストグラムの描画ではとその中央値、上側・下側CIが(デフォルトのggplt=Tでは加えて平均値が)推定値とともに表示される
ヒストグラムのプロットにはggplotをつかうオプションggplt=TRUEをデフォルトにしているが、ggplotを使わない作図もggplt=Fで実行可能 ggplotで描画する場合でRstudio利用時にはplotをZoomで表示にしないと描画されないことがあるので注意
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.