Skip to contents

Visualise an object of class "ATAFit" as a triangle-style heatmap by delegating to plot_triangle() on the underlying ATA data stored in x$ata.

Usage

# S3 method for class 'ATAFit'
plot_triangle(x, ...)

Arguments

x

An object of class "ATAFit".

...

Arguments passed to plot_triangle.ATA().

Value

A ggplot object.