R/empty_plot.R

empty_plot <- function(max_lines = 5) {
  graphics::plot(
    1:max_lines,
    axes = FALSE,
    xlab = "",
    ylab = "",
    col = "white"
  )
}
rsimon64/quagga documentation built on May 5, 2019, 12:31 a.m.