plot2d_mesh | R Documentation |
Plot a two dimensional mesh
plot2d_mesh(mesh, color = "black", ...)
mesh |
2-dimensional mesh to draw |
color |
color of the mesh |
... |
optional arguments passed to plot function |
plot2d_mesh(mesh_exsets(f = function(x) sin(pi*x[1])*sin(pi*x[2]), threshold=0,sign=1, mesh="unif",mesh.size=11, intervals = matrix(c(1/2,5/2,1/2,5/2),nrow=2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.