autoplot.seqre_result {copre}R 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.


[Package copre version 0.2.0 Index]