R/canvas.R

canvas <- function(file="", width=640, height=480, bg="transparent", ...) {
	invisible(.External("canvas_new_device", file, width, height, bg, ..., PACKAGE="canvas"))
}
cameronbracken/canvasDevice documentation built on May 13, 2019, 11:02 a.m.