vignettes/scalebar_example.R

library(ggplot2)
ggplot(mtcars, aes(cyl, mpg)) + geom_point()  ->p

p

p + coord_scalebar( "ms", "pA" ) + theme_scalebar()
p + ggScalebar(" min", " nA")
p + ggScalebar(" min", " nA",  xlab.pos="t")
tdanker/ephys2 documentation built on Aug. 11, 2019, 12:12 p.m.