R/A4.R

Defines functions A4

Documented in A4

##==============================================================================
## A4           : Opens a window , A4 size
##==============================================================================

A4 <- function(...) {

  dev.new(width = 8.5, height = 11, ...)

}

Try the shape package in your browser

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

shape documentation built on May 19, 2021, 9:09 a.m.