Learn R Programming

epos (version 1.1)

doFullPlot: Does the full plot on one page

Description

Does the full plot on one page

Usage

doFullPlot(
  cosinemeshplot,
  cosinedrugbankplot,
  cosineepilepsyplot,
  dicemeshplot,
  dicedrugbankplot,
  diceepilepsyplot,
  jaccardmeshplot,
  jaccarddrugbankplot,
  jaccardepilepsyplot
)

Value

full

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

Examples

Run this code
if (FALSE) {
full <- doFullPlot (cosinemeshplot, 
                    cosinedrugbankplot, 
                    cosineepilepsyplot, 
                    dicemeshplot, 
                    dicedrugbankplot, 
                    diceepilepsyplot, 
                    jaccardmeshplot, 
                    jaccarddrugbankplot, 
                    jaccardepilepsyplot)
}

Run the code above in your browser using DataLab