Learn R Programming

overlapping (version 1.5.0)

final.plot: Final plot

Description

Graphical representation of estimated densities and overlapping area.

Usage

final.plot(x, OV = NULL)

Arguments

x

list of distributions to be compared; each distribution is an element of the list, see overlap

OV

Optional vector of overlapping areas obtained by overlap

Details

It requires the package ggplot2.

Examples

Run this code
# NOT RUN {
set.seed(20150605)
x <- list(X1=rnorm(100),X2=rt(50,8),X3=rchisq(80,2))
out <- overlap(x)
final.plot(x,out$OV)
# }

Run the code above in your browser using DataLab