data(Fort)
threshrange.plot(Fort$Prec, r = c(1, 2.25), nint=5)
if (FALSE) {
threshrange.plot(Fort$Prec, r=c(0.01,1), nint=30, verbose=TRUE)
threshrange.plot(Fort$Prec, r=c(0.2,0.8), type="PP", nint=15,
verbose=TRUE)
threshrange.plot(Fort$Prec, r=c(0.2,0.8), type="PP", nint=15,
optim.args=list(method="Nelder-Mead"), verbose=TRUE)
}
Run the code above in your browser using DataLab