data(nutrimouse)
X <- nutrimouse$lipid
Y <- nutrimouse$gene
## 'combine' type plot (default)
imgCor(X, Y)
## 'separate' type plot
imgCor(X, Y, type = "separate")
## 'separate' type plot without the name of datas
imgCor(X, Y, axis.labelX = FALSE, axis.labelY = FALSE, type = "separate")
Run the code above in your browser using DataLab