final.plot: Final plot

Description Usage Arguments Details Author(s) Examples

View source: R/final.plot.R

Description

Graphical representation of estimated densities and overlapping area.

Usage

1
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

Details

It requires the package ggplot2.

Author(s)

Massimiliano Pastore

Examples

1
2
3
4
set.seed(20150605)
x <- list(X1=rnorm(100),X2=rt(50,8),X3=rchisq(80,2))
out <- overlap(x)
final.plot(x,out$OV)

masspastore/overlapping documentation built on Oct. 18, 2019, 3:31 a.m.