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