R/plot.fitAIC.R

Defines functions plot.fitAIC

plot.fitAIC = function(fitAIC, ...) {
    #' @export
    barplot(fitAIC$modelWeight, ylim = c(0, 1), names.arg = fitAIC$modelName,
            las = 2, ylab = "AIC weight", ...)
}
mdjbru-R-packages/thermPerf documentation built on Nov. 4, 2023, 11:48 p.m.