inst/helloworld.R

png("helloworld.png")
plot(c(0,1), c(0,1), type="n")
text(0.5, 0.5, "Hello World!")
dev.off()
sigbertklinke/extpro documentation built on Dec. 31, 2020, 7:26 a.m.