R/plot.R

Defines functions attachPlot

Documented in attachPlot

#' Attach Plot constructor
#'
#' @return none.
#' @export
attachPlot = function(){
  pltenv = new.env()
  pltenv$Plot=Plot
  attach(pltenv)
}
tpemartin/econDV2 documentation built on Aug. 6, 2023, 11:46 p.m.