Skip to contents

Triangle-style heatmap for a "SAFit". Delegates to the shared role-agnostic .plot_triangle_fit() implementation.

Usage

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

Arguments

x

An object of class "SAFit".

...

Forwarded to the shared implementation – region, view, label_style, label_size, conf_level, amount_divisor, theme, nrow, ncol.

Value

A ggplot object.