- Web Application Development with R Using Shiny(Third Edition)
- Chris Beeley Shitalkumar R. Sukhdeve
- 198字
- 2021-07-16 17:52:07
Objects
There are many special object types within R that are designed to make it easier to analyze data. Functions in R can be polymorphic—that is to say, they can respond to different data types in different ways in order to produce the output that the user desires. For example, the plot() function in R responds to a wide variety of data types and objects, including single-dimension vectors (each value of y plotted sequentially) and two-dimensional matrices (producing a scatterplot), as well as specialized statistical objects, such as regression models and time series data. In the latter case, plots that are specialized for these purposes are produced.
As with the rest of this introduction, don't worry if you haven't written functions before, or don't understand object concepts and aren't sure what this all means. You can produce great applications without understanding all these things, but as you do more and more with R, you will start to want to learn more details about how R works and how experts produce R code. This introduction is designed to give you a jumping-off point to learn more about how to get the best out of R (and Shiny).
- Application Development with Qt Creator(Second Edition)
- EDA技術與VHDL編程
- 5G承載網網絡規劃與組網設計
- Learning QGIS 2.0
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- 智慧城市中的移動互聯網技術
- Building RESTful Web Services with Spring 5(Second Edition)
- 2018網信發展報告
- 中國互聯網發展報告2018
- 網絡安全應急響應技術實戰
- 夢工廠之材質N次方:Maya材質手冊
- 現代通信系統(第5版)
- bash網絡安全運維
- 無線傳感器網絡定位方法及應用
- XSS跨站腳本攻擊剖析與防御