Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot2d_mesh

Plot a two dimensional mesh


Description

Plot a two dimensional mesh

Usage

plot2d_mesh(mesh, color = "black", ...)

Arguments

mesh

2-dimensional mesh to draw

color

color of the mesh

...

optional arguments passed to plot function

Examples

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)))

DiceView

Methods for Visualization of Computer Experiments Design and Surrogate

v2.0-1
GPL-3
Authors
Yann Richet, Yves Deville, Clement Chevalier
Initial release
2020-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.