Learn R Programming

overlapping (version 1.8)

final.plot: Final plot

Description

Graphical representation of estimated densities and overlapping area.

Usage

final.plot( x, OV = NULL )

Arguments

x

list of numerical vectors to be compared; each vector is an element of the list, see overlap

OV

Optional vector of overlapping areas obtained by overlap

Author

Massimiliano Pastore

Details

It requires the package ggplot2.

Examples

Run this code
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