Learn R Programming

IOHanalyzer (version 0.1.8.10)

plot_eaf_differences: Create EAF-difference contour plots

Description

Create EAF-difference contour plots

Usage

plot_eaf_differences(
  matrices,
  scale.xlog = T,
  scale.ylog = F,
  zero_transparant = F,
  show_negatives = F
)

Value

EAF difference plots

Arguments

matrices

The dataframes containing the data to plot. This should come from `generate_data.EAF_diff_Approximate`

scale.xlog

Logarithmic scaling of x-axis

scale.ylog

Logarithmic scaling of y-axis

zero_transparant

Whether values of 0 should be made transparant or not

show_negatives

Whether to also show negative values or not

Examples

Run this code
if (FALSE) {
plot_eaf_differences(generate_data.EAF_diff_Approximate(subset(dsl, funcId == 1), 1, 50, 1, 16))
}

Run the code above in your browser using DataLab