ggmat | R Documentation |
Essentially a replacement for matplot.
ggmat(x, y)
x , y |
A vector ( |
sines <- outer(1:20, 1:4, function(x, y) sin(x / 20 * pi * y))
ggmat(sines)
ggmat((1:20)^2, sines)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.