Skip to content

Instantly share code, notes, and snippets.

View aakhmetz's full-sized avatar
💭
Be happy!

Andrei R. Akhmetzhanov aakhmetz

💭
Be happy!
View GitHub Profile
library("extrafont")
options(repr.plot.width=5,repr.plot.height=5)
plot(0:1)
assign("Figure1",recordPlot())
Sys.setenv(R_GSCMD = "C:/Program Files/gs/bin/gswin64.exe")
pdf("Figure1.pdf",width=5,height=5);
replayPlot(eval(as.name("Figure1")));
@aakhmetz
aakhmetz / Playing with google maps.markdown
Last active May 25, 2016 04:03
Playing with google maps