---
title: R语言与可视化
date: '2017-01-15'
categories:
- r
---
# R可视化
- 静态图形
- 动态图形
# 静态图形
- 基础统计图
- grDevice
- Lattile
- Grid
- ggplot2
- 地图
- ggmap
- ggplot2
- maptools
- maps
- sp
- 网络
- igraph
- linkcomm
- statmet
- 特殊图形
- 基因组的(ggbio……)
# 动态图形
- 非浏览器平台
- rgl
- rggobi(ggobi)
- animation(animation)
- RGtk2
- iplots
# 动态图形
- 浏览器平台
- ggvis
- rCharts([http://ramnathv.github.io/rCharts/](http://ramnathv.github.io/rCharts/))
- recharts (https://recharts.cosx.org/)
- plotly(https://plotly-r.com/, https://plot.ly/r/)
- googlevis
- Remap(https://github.com/Lchiffon/REmap)
- [htmlwidgets](http://www.htmlwidgets.org/) 框架
- [leaflet](http://rstudio.github.io/leaflet/)(地图)
- [dygraphs](http://rstudio.github.io/dygraphs) (时间序列)
- diagrammeR(diagram) – 化学结构
- network3D (网格)
- DT (表格)
- threeJS (3D数据展示)