plotMeasureTandD {DRquality} | R Documentation |
Computes rank-based smoothed precision and recall
Description
Compares the projection in pData with the original data in Data and calculates trustworthiness and continuity of the projection for neighborhood sizes ranging from 1 to the size of the neighborhood.
Usage
plotMeasureTandD(TDmatrix, label = 'ProjectionMethod',
gPlotList = list(TW = ggplot2::ggplot(), DC = ggplot2::ggplot()), LineType = "solid",
Shape = 16, PointsPerE = 16)
Arguments
TDmatrix |
Output of MeasureTundD() applied for a projection method. |
label |
Title of plot. |
gPlotList |
Settings for ggplot. |
LineType |
Character - graphic parameter: Line type of ggplot. |
Shape |
Integer: type of point |
PointsPerE |
Numeric graphic parameter: Distance between markers on plot line |
Value
ggplot object
Author(s)
Michael Thrun
[Package DRquality version 0.2.1 Index]