doFullPlot {epos} | R Documentation |
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
)
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
## Not run:
full <- doFullPlot (cosinemeshplot,
cosinedrugbankplot,
cosineepilepsyplot,
dicemeshplot,
dicedrugbankplot,
diceepilepsyplot,
jaccardmeshplot,
jaccarddrugbankplot,
jaccardepilepsyplot)
## End(Not run)
[Package epos version 1.1 Index]