R/plot.tunelocal.R

Defines functions plot.tunelocal

Documented in plot.tunelocal

plot.tunelocal<-
function(x,...){
#----------------------------plot tunelocal
cat("Convex hull for assessing the optimal model dimension -Goodness criterion-\n\n")
if (x$boots==TRUE){
plot(x$output1, type = "b")
  title(sub="Bootstrap Data -Chi2 criterion-")
}
else{
plot(x$output1, type = "b")
title(sub="Original Data -Chi2 criterion-")
}#---
}

Try the CA3variants package in your browser

Any scripts or data that you put into this service are public.

CA3variants documentation built on Oct. 10, 2022, 5:07 p.m.