plot_model_sel_time: Plot model selection area plot

View source: R/plot_model_sel_time.R

plot_model_sel_timeR Documentation

Plot model selection area plot

Description

Plot model selection area plot

Usage

plot_model_sel_time(ordered_results, best_models = c(17, 19, 18))

Arguments

ordered_results

Data frame with all the results, BIC and BIC weights ordered by age and model for all archipelagos

best_models

A numeric vector with the numbers of the parameters to be plotted

Value

An area plot. Area corresponds to BIC weights of the models defined in the ordered_results vector.

Examples

data(ordered_results_paleo)
model_sel_plot <- plot_model_sel_time(ordered_results_paleo)

Neves-P/islandpaleoarea documentation built on Feb. 10, 2024, 8:46 a.m.