Learn R Programming

overlapping (version 1.2)

final.plot: Final plot

Description

Graphical representation of estimated densities and overlapping area.

Usage

final.plot(DD, OV)

Arguments

DD
Data frame obtained by function overlap
OV
Vector of overlapping areas obtained by overlap

Details

It requires the function xyplot of the package lattice.

See Also

xyplot

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(out$DD,out$OV)

Run the code above in your browser using DataLab