plot_trace_removal_information: Plot Score Change After Removing Traces

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
10
plot_trace_removal_information(
  score_change_info_list,
  cut_off_prob,
  target,
  window_size,
  granularity,
  adjustment,
  name,
  ...
)

Arguments

score_change_info_list

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

cut_off_prob

A numeric vector that represents cut off probabilities.

target

A numeric vector that represents the target of score 1.

window_size

A numeric vector representing the window sizes to be displayed.

granularity

A numeric value representing granularity of response.

adjustment

A logical value representing whether adjustment is accounted.

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.