plotMeasureRAAR {DRquality}R Documentation

Computes Rescaled Average Agreement Rate

Description

Rescaled average agreement rate deduced by the co-ranking matrix from LCMC for various different sizes of the neighborhood.

Usage

plotMeasureRAAR(Raar, label = 'ProjectionMethod',
gPlotList = list(RAARplot = ggplot2::ggplot()), LineType="solid", Shape = 16,
PointsPerE = 10, fancy = FALSE)

Arguments

Raar

Output of RAAR() 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

fancy

Boolean graphic parameter: Some automatic settings for a more appealing plot.

Value

ggplot object

Author(s)

Michael Thrun


[Package DRquality version 0.2.1 Index]