doFullPlot: Does the full plot on one page

Description Usage Arguments Value Examples

Description

Does the full plot on one page

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
doFullPlot(
  cosinemeshplot,
  cosinedrugbankplot,
  cosineepilepsyplot,
  dicemeshplot,
  dicedrugbankplot,
  diceepilepsyplot,
  jaccardmeshplot,
  jaccarddrugbankplot,
  jaccardepilepsyplot
)

Arguments

cosinemeshplot

plot with cosine coefficients against MeSH

cosinedrugbankplot

plot with cosine coefficients against DrugBank

cosineepilepsyplot

plot with cosine coefficients of Epilepsy Ontologies

dicemeshplot

plot with dice coefficients against MeSH

dicedrugbankplot

plot with dice coefficients against DrugBank

diceepilepsyplot

plot with dice coefficients of Epilepsy Ontologies

jaccardmeshplot

plot with jaccard coefficients against MeSH

jaccarddrugbankplot

plot with jaccard coefficients against DrugBank

jaccardepilepsyplot

plot with jaccard coefficients of Epilepsy Ontologies

Value

full

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
full <- doFullPlot (cosinemeshplot, 
                    cosinedrugbankplot, 
                    cosineepilepsyplot, 
                    dicemeshplot, 
                    dicedrugbankplot, 
                    diceepilepsyplot, 
                    jaccardmeshplot, 
                    jaccarddrugbankplot, 
                    jaccardepilepsyplot)

## End(Not run)

epos documentation built on Feb. 20, 2021, 9:09 a.m.