logi.hist.plot
Rのpopbioパッケージで実行するときにx軸の最小値と最大値を設定する方法を知っている人はいますか?
現時点では、最小値は私の最小データ値として定義されています。0にしたい。
library(popbio)
logi.hist.plot(data$Heat, data$Death, logi.mod = 1,
boxp = FALSE,type="hist", col="gray",
ylabel = "Probability of death",
ylabel2 = "Death Frequency",
xlabel = "Heat",
mainlabel = "Logistic probability plot of Heat vs Death")