R/blank.plot.R

Defines functions show.blank.plot

Documented in show.blank.plot

#' Generate a blank plot
#'
#' This function generates a blank plot. The plot can be used as a filler in
#' when creating multipanel diagrams.
#'
#### Generate a blank plot - used as a placeholder when using layouts

show.blank.plot<-function(){
  plot.new()
}
ChrispinChaguza/RCandy documentation built on June 23, 2022, 1:03 p.m.