compare_SRfit | R Documentation |
複数の再生産関係を比較する関数
compare_SRfit(
SRlist,
biomass.unit = 1000,
number.unit = 1000,
newplot = TRUE,
output_folder = ""
)
SRlist |
再生産関係の推定結果のリスト。 |
biomass.unit |
資源量の単位 |
number.unit |
尾数の単位 |
newplot |
なんのためのオプションか不明 |
## Not run:
data(res_sr_HSL1)
data(res_sr_HSL2)
(g1 <- compare_SRfit(list(HSL1=res_sr_HSL1, HSL2=res_sr_HSL2),
biomass.unit=1000, number.unit=1000))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.