Learn R Programming

BayesDecon (version 0.1.4)

plot.bdeconv_result: Visualization of bdeconv_result object

Description

Visualization of bdeconv_result object

Usage

# S3 method for bdeconv_result
plot(x, ..., use_ggplot = TRUE)

Value

A collection of plots illustrating various densities and related functions.

Arguments

x

A bdeconv_result object.

...

Unused.

use_ggplot

A logical value indicating whether the plots will be generated using ggplot2 or using base plot functions.

Details

By default it uses ggplot2 package if it is available in the system library, otherwise it falls back to the base R plot function.