Learn R Programming

bayesAB (version 1.1.3)

plotInvGamma: Plot the PDF of the Inverse Gamma distribution.

Description

Plot the PDF of the Inverse Gamma distribution.

Usage

plotInvGamma(shape, scale)

Arguments

shape

shape parameter of the Inverse Gamma distribution.

scale

scale parameter of the Inverse Gamma distribution.

Value

The PDF of InvGamma(shape, scale).

Examples

Run this code
# NOT RUN {
plotInvGamma(2, 4)
plotInvGamma(1, 17)
# }
# NOT RUN {
plotInvGamma(1, 17) + ggtitle('I hate the default title!')
# }

Run the code above in your browser using DataLab