plot_criterion {PhylogeneticEM} | R Documentation |
Plot Model Selection Criterion
Description
This function takes an object of class PhyloEM
, result of function
PhyloEM
, and plots a model selection criterion.
Usage
plot_criterion(
res,
method.selection = NULL,
add = FALSE,
select.col = "red",
...
)
Arguments
res |
an object of class |
method.selection |
select the parameters to plot. One of "LINselect", "DDSE",
"Djump" or "likelihood" (for un-penalized likelihood). Default to "LINselect". See
|
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 |
See Also
params_process.PhyloEM
, plot.PhyloEM
, get_criterion
[Package PhylogeneticEM version 1.7.0 Index]