View source: R/correlationNumBar.R View source: R/pairwiseCorrelation.R
input: dataframe, result return from correlation function column: which column want to show ylabname: xlab name is number, what about y lab name?
1 | correlationNumBar(input,column,resultname,ylabname)
|
1 2 | data(Cor,package = "Priscilla")
correlationNumBar(Cor,2,"correaltiongene.jpeg","Number of pathways")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.