R/subplot.R

Defines functions subplot

Documented in subplot

##subplot minimalistic
subplot <- function(v){
  ##error checking
  err.WN.vec.dim(v,2)
  ##actual
  par(mfrow = v)
  return(NULL)
}
Chitran1987/StatsChitran documentation built on Feb. 23, 2025, 8:30 p.m.