plot.seqre_result {copre}R Documentation

Create a SeqRe Result Plot

Description

Create a SeqRe Result Plot

Usage

## S3 method for class 'seqre_result'
plot(x, ..., func = "density", confint = NULL, use_ggplot = TRUE)

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.

use_ggplot

A logical value indicating whether to use ggplot2 instead of the base plot function.

Value

None.


[Package copre version 0.2.0 Index]