R/vplayout.R

Defines functions vplayout

Documented in vplayout

#' @title vplayout
#' @description Viewport with layout.
#' @param x numeric of row number
#' @param y numeric of column number
#' @return viewport
#' @export
#' @keywords internal
vplayout <- function(x, y) {
  grid::viewport(layout.pos.row = x, layout.pos.col = y)
}

Try the ggedit package in your browser

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

ggedit documentation built on July 8, 2020, 5:34 p.m.