freqplot: Plot a 2D heatmap of frequencies using rectangular bins (a la...

View source: R/utils.R

freqplotR Documentation

Plot a 2D heatmap of frequencies using rectangular bins (a la FlowJo)

Description

Plot a 2D heatmap of frequencies using rectangular bins (a la FlowJo)

Usage

freqplot(
  x,
  y,
  breaks = 200,
  na.rm = TRUE,
  palette = rev(c("#A50026", "#D73027", "#F46D43", "#FDAE61", "#FEE090", "#FFFFBF",
    "#E0F3F8", "#ABD9E9", "#74ADD1", "#4575B4", "#313695")),
  add_white = TRUE,
  ...
)

ebecht/ebmisc documentation built on Sept. 26, 2024, 3:17 p.m.