Description Usage Arguments Value Examples
Create aggregated plot with mean and standard deviation of all similarity metrics against MeSH
1  | aggregatedPlotMeSH(cosinemesh, dicemesh, jaccardmesh)
 | 
cosinemesh | 
 data.frame containing the vector with cosine metrics for DrugBank, EpSO, ESSO, and EPILONT against MeSH  | 
dicemesh | 
 data.frame containing the vector with dice metrics for DrugBank, EpSO, ESSO, and EPILONT against MeSH  | 
jaccardmesh | 
 data.frame containing the vector with jaccard metrics for DrugBank, EpSO, ESSO, and EPILONT against MeSH  | 
aggmesh the plot with the aggregated graphs
1 2 3 4  | ## Not run: 
aggmesh <- aggregatedPlotMeSH(cosinemesh, dicemesh, jaccardmesh)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.