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