- Web Application Development with R Using Shiny(Third Edition)
- Chris Beeley Shitalkumar R. Sukhdeve
- 113字
- 2021-07-16 17:52:07
Base graphics and ggplot2
There are lots of user-contributed graphics packages in R that can produce some wonderful graphics. You may wish to take a look for yourself at the CRAN task view at cran.r-project.org/web/views/Graphics.html. We will have a very quick look at two approaches: base graphics, so called because they form the default graphical environment within a vanilla installation of R, and ggplot2, a highly popular user-contributed package produced by Hadley Wickham, which is a little trickier to master than base graphics, but can very rapidly produce a wide range of graphical data summaries. We will cover two graphs that are familiar to everyone: the bar chart and the line chart.
推薦閱讀
- 智能網(wǎng)聯(lián)汽車V2X與智能網(wǎng)聯(lián)設(shè)施I2X
- Hands-On Chatbots and Conversational UI Development
- Proxmox High Availability
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- 計(jì)算機(jī)網(wǎng)絡(luò)工程實(shí)用教程(第2版)
- Getting Started with Grunt:The JavaScript Task Runner
- Unity Artificial Intelligence Programming
- 4G小基站系統(tǒng)原理、組網(wǎng)及應(yīng)用
- Getting Started with Memcached
- 從實(shí)踐中學(xué)習(xí)手機(jī)抓包與數(shù)據(jù)分析
- Hands-On Microservices with Node.js
- AWS Lambda Quick Start Guide
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)
- 華為HCIA-Datacom認(rèn)證指南
- Qt5 Python GUI Programming Cookbook