This function takes an object of class PhyloEM
, result of function
PhyloEM
, and plots a model selection criterion.
plot_criterion(res, method.selection = NULL, add = FALSE,
select.col = "red", ...)
an object of class PhyloEM
, result of function
PhyloEM
.
select the parameters to plot. One of "LINselect", "DDSE",
"Djump" or "likelihood" (for un-penalized likelihood). Default to "LINselect". See
params_process.PhyloEM
.
boolean: should the points be added to a curent plot (default to FALSE).
the color of the point selected by the criterion. Default to "red".
further argument to be passed to base plot
.