plot_buffer_needed_to_reach_target: Plot the Buffer Size Needed to Reach Target Score.

Description Usage Arguments

View source: R/plotting_tools.R

Description

Plot the score change information for different combinations of different cut_off_prob and window_size.

Usage

1
2
3
4
5
6
7
8
9
plot_buffer_needed_to_reach_target(
  extra_buffer_info,
  adjustment_policy,
  window_size,
  granularity,
  target,
  name,
  ...
)

Arguments

extra_buffer_info

A list with paste0(cut_off_prob, ",", target) as keys, and score change as values.

adjustment_policy

A list of numeric vector of length 2.

window_size

A numeric vector representing the window sizes to be displayed.

granularity

A numeric value represneting granularity of response.

target

A numeric vector that represents the target of score 1.

name

A character representing identifier for the plot.

...

Characters that represent the name of parent directories that will be passed to write_location_check.


carlonlv/DataCenterSim documentation built on Jan. 9, 2022, 3:26 p.m.