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