- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Julian Hillebrand Maximilian H. Nierhoff
- 178字
- 2021-08-20 10:42:31
Summary
In this chapter, we learned how to create R Markdown documents and presentations. At the beginning of the chapter, we familiarized ourselves with the basics of the concept of reproducible research and how to accomplish this approach with R Markdown and the RStudio IDE. This includes setting up R Markdown and installing all the requisite packages.
We continued by studying the R Markdown interface in the RStudio IDE, and got to know all the relevant functions and how to use them. In addition to writing Markdown and integrating R code correctly, we also learned about the different output formats such as HTML, PDF, and Word. We are now able to create advanced R Markdown documents and presentations.
In the next chapter, we will focus our attention on ways to visualize our data with R, RStudio, and relevant graphical packages. For this purpose, we will dedicate ourselves mainly to the the ggplot2
and ggvis
packages after the introduction of the base graphics system, Lattice. We will also take a look at innovative libraries to create interactive data visualizations.
- Unity 2020 By Example
- JSP網絡編程(學習筆記)
- Spring 5.0 By Example
- 工程軟件開發技術基礎
- Azure IoT Development Cookbook
- Java游戲服務器架構實戰
- NativeScript for Angular Mobile Development
- Learn Scala Programming
- Mastering Rust
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- RabbitMQ Cookbook
- PHP編程基礎與實例教程
- Android傳感器開發與智能設備案例實戰
- 多媒體技術及應用
- OpenCV 3.0 Computer Vision with Java