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)

Try the tsiR package in your browser

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

tsiR documentation built on Jan. 21, 2021, 1:06 a.m.