R/canvas.R

"canvas" <-
function () 
{
	plot(0,0, xlim=0:1, ylim=0:1, type="n", xlab="", ylab="", axes=FALSE)
}

Try the TaoTeProgramming package in your browser

Any scripts or data that you put into this service are public.

TaoTeProgramming documentation built on May 1, 2019, 6:47 p.m.