Description
Methods for Visualization of Computer Experiments Design and Surrogate.
Description
View 2D/3D sections, contour plots, mesh of excursion sets for computer experiments designs, surrogates or test functions.
README.md
DiceView: Methods for visualization of Computer Experiments Design and Surrogate
View 2D/3D sections, contour plots, mesh of excursion sets for computer experiments designs, surrogates or test functions.
Installation
You can install the stabe version of the package using CRAN:
install.packages('DiceView')
Or install the latest version of the package using the remotes
R package:
install.packages('remotes')
remotes::install_github("IRSN/DiceView")