autoplot.seqre_result: Create a SeqRe Result ggplot

View source: R/autoplot.R

autoplot.seqre_resultR Documentation

Create a SeqRe Result ggplot

Description

Create a SeqRe Result ggplot

Usage

autoplot.seqre_result(x, ..., func = "density", confint = NULL)

Arguments

x

A seqre_result object.

...

Additional arguments discarded from plot.

func

Either 'distribution', 'density', or 'gradient'.

confint

A decimal value indicating the confidence interval width (e.g. 0.95 for a 95% confidence interval). Defaults to NULL, in which case no confidence intervals will be drawn.

Value

A ggplot object.


copre documentation built on May 29, 2024, 7:36 a.m.