Skip to contents

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

Usage

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

Arguments

x

An object of class "EDFit".

...

Arguments passed to plot_triangle.ED().

Value

A ggplot object.