plot_rankings: Compare two rankings by scatter plotting them

Description Usage Arguments Value

Description

Compares two rankingDE by plotting the ranks of their elements against each other.

Usage

1
2
plot_rankings(ranking1, ranking2, nmax = min(dim(ranking.df(ranking1))[1],
  dim(ranking.df(ranking2))[1]))

Arguments

ranking1

a first rankingDE object.

ranking2

a second rankingDE object.

nmax

integer, design the last elemtns where to stop the comparison (default is the minimum length of the two rankings).

Value

returns a plot comparing two plots rank by rank.


strayMat/warpDE documentation built on June 1, 2019, 12:51 a.m.