Skip to contents

Plot HISEA theta estimates with error bars utils::globalVariables(c("Stock", "Mean", "Estimator", "SD", "ActualValue"))

Usage

plot_hisea_theta(summary_report, stock_names = NULL, actual_proportions = NULL)

Arguments

summary_report

Output from codecreate_hisea_summary_report.

stock_names

Optional character vector for stock labels.

actual_proportions

Optional numeric vector of true proportions.

Value

A ggplot object.