plot_eaf_differences: Create EAF-difference contour plots

plot_eaf_differencesR Documentation

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
)

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

Value

EAF difference plots

Examples

## Not run: 
plot_eaf_differences(generate_data.EAF_diff_Approximate(subset(dsl, funcId == 1), 1, 50, 1, 16))

## End(Not run)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.