Learn R Programming

cellGeometry (version 0.5.7)

plot_comp: Plot compensation analysis

Description

Plots the effect of varying compensation from 0 to 1 for each cell subclass, examining the minimum subclass output result following a call to deconvolute(). For this function to work, the argument plot_comp must be set to TRUE during the call to deconvolute().

Usage

plot_comp(x, overlay = TRUE, mfrow = NULL, ...)

Value

No return value, plots the effect of varying compensation on minimum subclass output for each cell subclass.

Arguments

x

An object of class 'deconv' generated by deconvolute().

overlay

Logical whether to overlay compensation curves onto a single plot.

mfrow

Optional vector of length 2 for organising plot layout. See par(). Only used when overlay = FALSE.

...

Optional graphical arguments passed to plot().