Here is an application in shiny, it contains a 3d plot made with the persp funtion. The mathematical function used to create this plot was 10*sin(sqrt(x^2+y^2))/sqrt(x^2+y^2). In order to change the features such as number of polygons rendered, x and y values among others. This kind of graphic can be useful for surface analysis or hyperplane of solutions analysis
You can run this app by entering the url:
https://raxondatascientist.shinyapps.io/RshinyWeek4/
Or you can run it localy by typing the next lines. Be sure to install an updated version Rstudio and shiny package as well.
shiny::runGitHub("ronaldraxon/RshinyWeek4")