Description Usage Arguments Examples
View source: R/imageWithLabels.R
image plot with labels
1 2 3 4 5 |
x |
matrix |
col.labels |
rownames(x) |
row.labels |
colnames(x) |
cex |
size of labels |
cex.axis |
size of axis lables |
main |
main title |
col |
color map for matrix |
digits |
number of digits on colorscale, default 2 |
marLeft |
margins of left image see ?par for more detail |
marRight |
margins of right image see ?par for more detail |
xlab |
x label |
ylab |
y label |
zlim |
z value range, default NULL an determined from x |
na.color |
na.color |
widths |
controls the size of left and right pane |
... |
passed to image |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.