my_CIcdfplot {ssd4mosaic}R Documentation

Create a pretty confidence interval ggplot

Description

Create a pretty confidence interval ggplot

Usage

my_CIcdfplot(b, logscale, CI.level)

Arguments

b

One "bootdist" object.

logscale

if TRUE, uses a logarithmic scale for the x-axis

CI.level

A strictly positive numeric smaller than 1. The level of the confidence interval(s).

Value

A ggplot with 7 or 8 layers.

Note

With a bootdist, the plot created has 8 layers. With a bootdistcens object, the plot created has 7 layers. The ribbon and its delimiting lines are always the last 3 layers.


[Package ssd4mosaic version 1.0.1 Index]