Pretty replacement to plot()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
x |
coordinates for the plot. |
y |
y-axis coordinates for the plot (optional). |
xlab |
x-axis label. |
ylab |
y-axis label. |
alpha |
opacity of the plot's points or lines. |
cmap |
color map to use. |
col |
colors. |
pch |
Point style |
cex.axis |
Scale of the plot axes. |
cex |
Scale of the plot features. |
family |
Font family. |
xmark |
Optional mark on the x-axis. |
xmark.label |
Optional mark label on the x-axis. |
ymark |
Optional mark on the y-axis. |
ymark.label |
Optional mark label on the y-axis. |
axes |
whether or not to show axes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.