This repository contains a selection of R snippets which are not currently part of an existing library (and are in general fairly trivial)
array_to_text.Rconverts data.frames and data.tables into tab delimited files; suitable for using in scripts and Makefile rulessimple_grange.Rgenerates very simple genetic rangesto_latex.Rconverts tables to LaTeX; you probably want xtable instead of the code in this file.stat-poly-eq.Ris code from Pedro Aphalo to plot equations; you probably actually want the version in ggpmisc, not this code