R

R Graphics

이부일 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