create_histogram_plot: Create histogram

Description Usage Arguments Value

View source: R/exhibits.R

Description

Create histogram

Usage

1
2
3
4
5
6
create_histogram_plot(
  method_results,
  cv_limits = c(0, 1),
  by_line = TRUE,
  bin_number = NULL
)

Arguments

method_results

a tibble output from run_single_backtest()

cv_limits

a numeric vector with upper and lower bound used to filter estimated CVs. Default is c(0,1)

by_line

a logical. Should graph be facetting by line. Default is TRUE

bin_number

a numeric value giving the number of bins to use in the histogram.

Value

a ggplot2 object


problemofpoints/reservetestr documentation built on Jan. 3, 2020, 9:12 a.m.