Description Details Author(s) See Also Examples
View source: R/RcmdrPlugin.depthTools.R
The function plotCentralCurves
distinctly plots the p
The rows of active data set, corresponding to genes, are ordered from center outwards, according to MBD. Then the [np/100] most central observations, where [x] is the largest integer smaller than x, and the remaining most external ones are plotted distinctly. The user can select the proportion of central curves points that are enhanced, and also assign a color palette to the most central ones to facilitate the understanding of the data structure.
Sara Lopez-Pintado sl2929@columbia.edu and Aurora Torrente etorrent@est-econ.uc3m.es
computeMBD, computeTmean, computeScaleCurve
1 2 3 4 | data(prostate, package="depthTools")
prostate <- as.data.frame(prostate)
centralPlot(prostate, p = 0.5, col.c = '#ff0000', col.e = '#C0C0C0' , lty=c(1,3) ,
gradient = FALSE, gradient.ramp = c('#ff0000', '#ffd700'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.