R/i.plot_blank.R

Defines functions i.plot_blank

### blank square plot area -----------------------------------------------------
# func. by: jhheine@googlemail.com 
i.plot_blank <- function(gr=10){
  # gr <- 10
  # x.cent <- 0
  # y.cent <- 0
  plot.new()
  plot.window(xlim=c(-gr/2,gr/2), ylim=c(-gr/2,gr/2),asp=1)
}

Try the holland package in your browser

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

holland documentation built on Sept. 5, 2021, 5:08 p.m.