Skip to contents

overlay_fit() is a convenience helper for pipelines. It does not refit the underlying ordination; it only stores whether fit measures should default to the right-hand panel or an overlay view when plot() is called.

Usage

overlay_fit(x, overlay = TRUE)

Arguments

x

A bipl5_biplot object with fit measures.

overlay

Logical scalar. TRUE stores "overlay"; FALSE stores "panel".

Value

A modified bipl5_biplot.

Details

A later call to plot(x, fit_display = ...) always takes precedence over the stored default.