]> git.donarmstrong.com Git - r/common_r_code.git/blob - README.md
add common_r_code
[r/common_r_code.git] / README.md
1 # Common R Code
2
3 This repository contains a selection of R snippets which are not
4 currently part of an existing library (and are in general fairly
5 trivial)
6
7 # Components
8
9 1. `array_to_text.R` converts data.frames and data.tables into tab
10    delimited files; suitable for using in scripts and Makefile rules
11 2. `simple_grange.R` generates very simple genetic ranges
12 3. `to_latex.R` converts tables to LaTeX; you probably want xtable
13    instead of the code in this file.
14 4. `stat-poly-eq.R` is code from Pedro Aphalo to plot equations; you
15    probably actually want the version in ggpmisc, not this code