Plot model selection criteria for a collection of fits

# S3 method for janine_collection
plot(x, criteria = c("loglik", "BIC", "EBIC"), log.x = TRUE, ...)

Arguments

x

an S3 object with class janine_collection

criteria

vector of characters. The criteria to plot in c("loglik", "BIC", "EBIC").

log.x

logical: should the x-axis be repsented in log-scale? Default is TRUE.

...

use for S3 compatibility