plot_score_change_with_buffer: Plot the Score Change After Buffer

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
plot_score_change_with_buffer(
  score_change_lst,
  adjustment_policy,
  window_size,
  granularity,
  name,
  ...
)

Arguments

score_change_lst

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 representing granularity of response.

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.