gplotsTextplotMatrix
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | gplotsTextplotMatrix(
object,
halign = c("center", "left", "right"),
valign = c("center", "top", "bottom"),
cex,
cmar = 2,
rmar = 0.5,
show.rownames = TRUE,
show.colnames = TRUE,
hadj = 1,
vadj = 1,
mar = c(1, 1, 4, 1) + 0.1,
col.data = graphics::par("col"),
col.rownames = graphics::par("col"),
col.colnames = graphics::par("col"),
...
)
|
object |
object |
halign |
halign |
valign |
valign |
cex |
cex |
cmar |
2 |
rmar |
0.5 |
show.rownames |
TRUE |
show.colnames |
TRUE |
hadj |
1 |
vadj |
1 |
mar |
1 1 4 1 |
col.data |
par('col') |
col.rownames |
par('col') |
col.colnames |
par('col') |
... |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.