rankgraph: Create the graph object for two rankings

Description Usage Arguments

View source: R/rankplot.R

Description

This returns a graph object in the sense of the DiagrammeR package. This allows for some customization prior to rendering. You can read the documentation here: http://rich-iannone.github.io/DiagrammeR/graph_creation.html.

Usage

1
rankgraph(x, y, other_rankings = NULL)

Arguments

x, y

ranking vectors of comparable items

other_rankings

vector of items that might not be in 'x' or 'y'


shinault/rater documentation built on May 23, 2019, 7:35 a.m.