powered by
Graphical representation of estimated densities and overlapping area.
final.plot( x, OV = NULL )
list of numerical vectors to be compared; each vector is an element of the list, see overlap
overlap
Optional vector of overlapping areas obtained by overlap
Massimiliano Pastore
It requires the package ggplot2.
ggplot2
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