plot_posterior: Plot posterior distribution

View source: R/plot_posterior.R

plot_posteriorR Documentation

Plot posterior distribution

Description

Plot the posterior distribution of the parameters estimated in a FOIfit.

Usage

plot_posterior(FOIfit)

Arguments

FOIfit

An object of the class FOIfit.

Value

A list with the posterior plots. These plots are generated with the ggplot2 package and can be modified.

Author(s)

Nathanael Hoze nathanael.hoze@gmail.com

Examples


# Here describe how to access the plots 
P <- plot_posterior(FOIfit)
P[[1]]+ylim(0,200)


nathoze/Rsero documentation built on Feb. 3, 2024, 9:58 p.m.