View source: R/BNPPairedSamples.R
contours.plot | R Documentation |
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.
contours.plot(results_BNP)
results_BNP |
list of results obtained from the |
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.
## Not run: results <- BNP.test(x1, y1, n.mcm=10000) contours.plot(results) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.