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

plot_mesh

Plot a one dimensional mesh


Description

Plot a one dimensional mesh

Usage

plot_mesh(mesh, y = 0, color = "black", ...)

Arguments

mesh

1-dimensional mesh to draw

y

ordinate value where to draw the mesh

color

color of the mesh

...

optional arguments passed to plot function

Examples

plot_mesh(mesh_exsets(function(x) x, threshold=.51, sign=1, intervals=rbind(0,1)))
plot_mesh(mesh_exsets(function(x) (x-.5)^2, threshold=.1, sign=-1, intervals=rbind(0,1)))

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.