- Web Application Development with R Using Shiny(Second Edition)
- Chris Beeley
- 120字
- 2021-07-23 14:31:27
Summary
In this chapter, we installed R and explored the different options for GUIs and IDEs, and looked at some examples of the power of R. We saw how R makes it easy to manage and reformat data and produce beautiful plots with a few lines of code. You also learned a little about the coding conventions and data structures of R. We saw how to format a dataset and produce an interactive plot in a document quickly and easily. Finally, we installed Shiny, ran the examples included in the package, and got introduced to a couple of basic concepts within Shiny.
In the next chapter, we will go on to build our own Shiny application using the default UI.
推薦閱讀
- 深入理解Android(卷I)
- FuelPHP Application Development Blueprints
- TypeScript入門與實戰
- 密碼學原理與Java實現
- Maven Build Customization
- Mastering Concurrency in Go
- The Computer Vision Workshop
- Android Native Development Kit Cookbook
- Unity UI Cookbook
- Mobile Device Exploitation Cookbook
- ASP.NET程序開發范例寶典
- Python計算機視覺和自然語言處理
- C++ System Programming Cookbook
- C語言程序設計教程
- Swift 2 Blueprints