Skip to contents

ggplot2::autoplot() methods are provided for the objects created by biometryassist. See the per-class methods for the available options: autoplot.mct() for multiple_comparisons() output, autoplot.design() for design() output, and autoplot.pairwise_comparisons() / autoplot.reference_comparisons(), which are documented alongside their respective functions.

Usage

autoplot(object, ...)

Arguments

object

An object created by biometryassist. Methods are provided for the mct, design, pairwise_comparisons and reference_comparisons classes.

...

Arguments passed to the individual autoplot methods.

Value

A ggplot2 object.