contours.plot: Contour Plot Function

View source: R/BNPPairedSamples.R

contours.plotR Documentation

Contour Plot Function

Description

The contour plot allows to visualize the joint distribution of the data, as well as to identify the correlation, if any, between the two study populations.

Usage

contours.plot(results_BNP)

Arguments

results_BNP

list of results obtained from the BNP.test function.

Value

It returns an interactive graph showing the contours and the points representing each pair of sample data. By scrolling within the graph it is possible to observe in detail the coordinates that delimit the contour and the density they represent.

Examples


## Not run: 
results <- BNP.test(x1, y1, n.mcm=10000)
contours.plot(results)

## End(Not run)


kevortiz10/BNPPairedSamples documentation built on July 21, 2022, 12:42 a.m.