R/vplayout_function.R

Defines functions vplayout

Documented in vplayout

#' @title vplayout
#' @description the function just breaks up the plot area into a grid. Called internally.
#' @param x is the x location of the plot
#' @param y is the y lcoation of the ploy
vplayout <- function(x, y) viewport(layout.pos.row = x, layout.pos.col = y)
adbecker/tsiR documentation built on Oct. 1, 2019, 5:32 p.m.