visualize_future: Function for plotting future_res

Description Usage Arguments

View source: R/utlitika.R

Description

Function for plotting future_res

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
visualize_future(
  future_list,
  scenario_name = NULL,
  what_center = "mean",
  CI_range = 0.8,
  title = NULL,
  BRP = NULL,
  line_size = 1,
  legend_position = "right",
  legend_text_size = 1.2,
  legend_key_size = 1,
  strip_text_size = 10,
  base_size = 16,
  BRP_line_size = 1,
  palette_name = "Set1",
  alpha = 0.4
)

Arguments

future_list

list of future_sim

title

figure title


ShotaNishijima/messir documentation built on April 2, 2020, 2:58 a.m.