compare_SRfit: 複数の再生産関係を比較する関数

View source: R/graphics.r

compare_SRfitR Documentation

複数の再生産関係を比較する関数

Description

複数の再生産関係を比較する関数

Usage

compare_SRfit(
  SRlist,
  biomass.unit = 1000,
  number.unit = 1000,
  newplot = TRUE,
  output_folder = ""
)

Arguments

SRlist

再生産関係の推定結果のリスト。

biomass.unit

資源量の単位

number.unit

尾数の単位

Examples

## 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)


ichimomo/frasyr documentation built on Dec. 11, 2023, 12:50 a.m.