Package: DiceView 3.2
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.
Authors:
DiceView_3.2.tar.gz
DiceView_3.2.zip(r-4.7)DiceView_3.2.zip(r-4.6)DiceView_3.2.zip(r-4.5)
DiceView_3.2.tgz(r-4.6-any)DiceView_3.2.tgz(r-4.5-any)
DiceView_3.2.tar.gz(r-4.7-any)DiceView_3.2.tar.gz(r-4.6-any)
DiceView_3.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
DiceView/json (API)
| # Install 'DiceView' in R: |
| install.packages('DiceView', repos = c('https://irsn.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/irsn/diceview/issues
Last updated from:cda2c97885. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 163 | ||
| source / vignettes | OK | 186 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 101 | ||
| macos-oldrel-arm64 | OK | 99 | ||
| windows-devel | OK | 124 | ||
| windows-release | OK | 87 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 107 |
Exports:Apply.functionare_in.meshbranincontourviewexpand.gridsfilledcontourviewis_in.meshis_in.pis.meshMemoize.functionmeshmesh_exsetsmesh_levelmin_distmin_dist.meshoptim.stopoptimsplot_meshplot2d_meshplot3d_meshpoints_in.meshpoints_out.meshrootrootsroots_meshsectionviewsectionview3dVectorize.function
Dependencies:abindcodetoolsDiceDesigndigestforeachgeometryiteratorslinproglpSolvemagicR.cacheR.methodsS3R.ooR.utilsRcppRcppProgressscatterplot3d
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Apply Functions Over Array Margins, using custom vectorization (possibly using parallel) | Apply.function |
| Checks if some points belong to a given mesh | are_in.mesh |
| This is a simple copy of the Branin-Hoo 2-dimensional test function, as provided in DiceKriging package. The Branin-Hoo function is defined here over [0,1] x [0,1], instead of [-5,0] x [10,15] as usual. It has 3 global minima : x1 = c(0.9616520, 0.15); x2 = c(0.1238946, 0.8166644); x3 = c(0.5427730, 0.15) | branin |
| Generalize expand.grid() for multi-columns data. Build all combinations of lines from X1 and X2. Each line may hold multiple columns. | combn.design |
| Plot a contour view of a prediction model or function, including design points if available. | contourview contourview,character,character-method contourview,function,function-method contourview,glm,glm-method contourview,km,km-method contourview,Kriging,Kriging-method contourview,list,list-method contourview,matrix,matrix-method contourview,WarpKriging,WarpKriging-method contourview.character contourview.function contourview.glm contourview.km contourview.Kriging contourview.list contourview.matrix contourview.WarpKriging |
| eval function and cast result to a list of y, y_low, y_up (possibly NA) | EvalInterval.function |
| Create a Data Frame from all combinations of factor variables | expand.grids |
| Plot a contour view of a prediction model or function, including design points if available. | filledcontourview filledcontourview,function,function-method filledcontourview,glm,glm-method filledcontourview,km,km-method filledcontourview,Kriging,Kriging-method filledcontourview,list,list-method filledcontourview,WarpKriging,WarpKriging-method filledcontourview.function filledcontourview.glm filledcontourview.km filledcontourview.Kriging filledcontourview.list filledcontourview.WarpKriging |
| Checks if some point belongs to a given mesh | is_in.mesh |
| Test if points are in a hull | is_in.p |
| Checks if a mesh is valid | is.mesh |
| Memoize a function | Memoize.function |
| Builds a mesh from a design aor set of points | mesh |
| Search excursion set of nD function, sampled by a mesh | mesh_exsets |
| Mesh level set of function | mesh_level |
| Minimal distance between one point to many points | min_dist |
| Compute distance between a point and a mesh | min_dist.mesh |
| Title optim wrapper for early stopping criterion | optim.stop |
| Title Multi-local optimization wrapper for optim, using (possibly parallel) multistart. | optims |
| Plot a one dimensional mesh | plot_mesh |
| Plot a two dimensional mesh | plot2d_mesh |
| Plot a three dimensional mesh | plot3d_mesh |
| Extract points of mesh which belong to the mesh triangulation (may not contain all points) | points_in.mesh |
| Extract points of mesh which do not belong to the mesh triangulation (may not contain all points) | points_out.mesh |
| One Dimensional Root (Zero) Finding | root |
| One Dimensional Multiple Roots (Zero) Finding | roots |
| Multi Dimensional Multiple Roots (Zero) Finding, sampled by a mesh | roots_mesh |
| Plot a section view of a prediction model or function, including design points if available. | sectionview sectionview,character,character-method sectionview,function,function-method sectionview,glm,glm-method sectionview,km,km-method sectionview,Kriging,Kriging-method sectionview,list,list-method sectionview,matrix,matrix-method sectionview,WarpKriging,WarpKriging-method sectionview.character sectionview.function sectionview.glm sectionview.km sectionview.Kriging sectionview.list sectionview.matrix sectionview.WarpKriging |
| Plot a contour view of a prediction model or function, including design points if available. | sectionview3d sectionview3d,character,character-method sectionview3d,function,function-method sectionview3d,glm,glm-method sectionview3d,km,km-method sectionview3d,Kriging,Kriging-method sectionview3d,list,list-method sectionview3d,matrix,matrix-method sectionview3d,WarpKriging,WarpKriging-method sectionview3d.character sectionview3d.function sectionview3d.glm sectionview3d.km sectionview3d.Kriging sectionview3d.list sectionview3d.matrix sectionview3d.WarpKriging |
| Vectorize a multidimensional Function | Vectorize.function |
