R/empty_plot.R

Defines functions empty_plot

empty_plot <- function(max_lines = 5) {
  graphics::plot(
    1:max_lines,
    axes = FALSE,
    xlab = "",
    ylab = "",
    col = "white"
  )
}
rsimon64/qr4genebanks documentation built on May 13, 2019, 9:52 p.m.