corrdot | R Documentation |
Make a linear regression dot plot of two vectors in a matrix
corrdot(mat, x, y, datatype, title, method = "pearson")
mat |
Single matrix input |
x |
quoted name of column data for x axis (i.e. "Abeta42_40) |
y |
quoted name of column data for y axis (i.e. "Tau-p") |
datatype |
quoted. What kind of data is this? (i.e. "RNAseq", "Proteomics", "Assay") |
title |
quoted. Title of plot to generate |
method |
Statistical method for correlation reporting ("pearson" or "spearman") |
regression plot with regression line
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.