prettymatplot | R Documentation |
prettymatplot plot
prettymatplot(x, ylab = ifelse(is.null(names(dimnames(x))[1]), "y", names(dimnames(x))[1]), xlab = ifelse(is.null(names(dimnames(x))[1]), "x", names(dimnames(x))[1]), legend = guide_legend(), col = NULL, lwd = 1)
x |
matrix |
ylab |
y label |
xlab |
x label |
legend |
logical |
col |
colors |
lwd |
line with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.