plot_HCR: HCRを書く

View source: R/graphics.r

plot_HCRR Documentation

HCRを書く

Description

HCRを書く

Usage

plot_HCR(
  SBtarget,
  SBlim,
  SBban,
  Ftarget,
  Fcurrent = -1,
  biomass.unit = 1,
  beta = 0.8,
  col.multi2currf = "black",
  col.SBtarget = "#00533E",
  col.SBlim = "#edb918",
  col.SBban = "#C73C2E",
  col.Ftarget = "black",
  col.betaFtarget = "gray",
  is.text = TRUE,
  RP.label = c("目標管理基準値", "限界管理基準値", "禁漁水準")
)

Arguments

SBtarget

目標管理基準値

SBlim

禁漁水準

Ftarget

Ftarget

is.text

ラベルを記入するかどうか(FALSEにすると後で自分で書き換えられる)


ichimomo/frasyr documentation built on May 3, 2024, 1:30 a.m.