Cline.fit
Cline.plot(cfit)
Cline.fit
.
gcline.fn
for the basic fitting function. Cline.plot
provides an easy way to visualize the output of Cline.fit
.
data(Bluestone)
BS.fit <- Cline.fit(Bluestone[,1:12],model=c("logit.logistic","Barton"))
Cline.plot(BS.fit)
Run the code above in your browser using DataLab