export(loadTraces)
export(makeTracesPolar)
export(plotTraces)
import(rjson)
import(tibble)
import(RColorBrewer)
import(ggplot2)
import(Cairo)
import(plyr)
import(readr)
import(stringr)
importFrom("grDevices", "adjustcolor", "cairo_pdf", "dev.off", "png")
importFrom("graphics", "axis", "legend", "lines", "par", "points", "polygon")
importFrom("stats", "na.omit", "sd")
