Skip to content

Instantly share code, notes, and snippets.

@abarbour
abarbour / rlpspec_allbench.R
Last active December 10, 2015 08:48
Add rowwise summary lines to ggplot2::facet_grid style plots.
# Add rowwise summary lines to ggplot2::facet_grid style plots.
# Andy Barbour
# geokook.wordpress.com
# December 2012
## clear workspace
rm(list=ls())
library(multitaper)
library(rbenchmark)