plotCentralCurves {RcmdrPlugin.depthTools} | R Documentation |
Plot of the p Percent Most Central Curves of a Dataset
Description
The function plotCentralCurves
distinctly plots the p
Details
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.
Author(s)
Sara Lopez-Pintado sl2929@columbia.edu and Aurora Torrente etorrent@est-econ.uc3m.es
See Also
computeMBD, computeTmean, computeScaleCurve
Examples
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'))
[Package RcmdrPlugin.depthTools version 1.4 Index]