createJaccardPlotMeSHFive {epos}R Documentation

Creates the plot for all jaccard coefficients amongst the three epilepsy ontologies

Description

Creates the plot for all jaccard coefficients amongst the three epilepsy ontologies

Usage

createJaccardPlotMeSHFive(
  jmeshepso,
  jmeshesso,
  jmeshepi,
  jmeshepilepsyand,
  jmeshepilepsyor
)

Arguments

jmeshepso

list of jaccard coefficients between mesh and epso for increasing k

jmeshesso

list of jaccard coefficients between mesh and esso for increasing k

jmeshepi

list of jaccard coefficients between mesh and epi for increasing k

jmeshepilepsyand

list of jaccard coefficients between mesh and the intersection of epso, esso, and epi for increasing k

jmeshepilepsyor

list of jaccard coefficients between mesh and the union of epso, esso, and epi for increasing k

Value

jaccardepilepsyplot the ggplot object

Examples

## Not run: 
jaccardepilepsyplot <- createJaccardPlotAll(jaccardepso, jaccardesso)

## End(Not run)

[Package epos version 1.1 Index]