panelCor {MiChip} | R Documentation |
Adds a pearson correlation value to the scatter plots
panelCor(x,y, digits=2, prefix="r=")
x |
matrix of x values |
y |
matrix of y values to correlate with x |
digits |
number of digits to display |
prefix |
The string prefix that should be display on the scatterplot panel |
#Calculate the median of a matrix omiting NAs ## Not run: panelCor(x,y, digits=2, prefix="r=") ## End(Not run)