-
R GraphicsR 2017. 11. 5. 18:36
1. R Graphic Devices
Windows : Window()
Mac OS : Quartz
Unix/Linux : x11, X11
2. Graphic File
pdf
postscript
xfig
bitmap
pictex
cairo_pdf
cairo_ps
svg
png
jpeg
bmp
tff
3. Low level plots
points()
lines()
rect()
polygon()
text()
title()
regend()
axis()
etc
4. High level plots
barplot()
pie()
hist()
boxplot()
plot()
pairs()
ggplot2, lattice package
etc
5. External application interfaces
Google Earth
ArcGIS
etc
6. External graphic devices
OpenGL : rgl package
etc
[출처] R을 활용한 데이터시각화, 유충현/홍성학 지음, 인사이트, p 8~14
'R' 카테고리의 다른 글
pch : point character (0) 2017.11.05 Structure of Graphic Device (0) 2017.11.05 막대의 높이를 알려주는 레이블 추가하기 (0) 2017.10.27 ggplot2로 상자그림 작성하기 (0) 2017.10.27 ggplot2의 Layers (0) 2017.10.27