1 Basic plot functions

2 cheat sheet

margin cheatsheet

margin cheatsheet

![margin cheatsheet](images/plot_margin.PNG)
#or
<img src="images/plot_margin.PNG"/>

reference: www.r-graph-gallery.com

3 Graphic

4 Plot configuration

4.3 rotating axis labels in R

las: 0: always parallel to the axis [default], 1: always horizontal, 2: always perpendicular to the axis, 3: always vertical.

5 HTML widget

5.1 highcharter

5.2 plotly

6 Other

Producing Simple Graphs with R : http://www.harding.edu/fmccown/r/

http://personality-project.org/r/r.plottingdates.html

Hmisc http://rgm2.lab.nig.ac.jp/RGM2/func.php?rd_id=Hmisc:Ecdf

heatmap-or-plot-for-a-correlation-matrix http://stackoverflow.com/questions/15887212/heatmap-or-plot-for-a-correlation-matrix

Home Page