R/plot.R

tamahagane.plot<- function (x, y=NULL, title="", xLabel="", yLabel=""){

  plot(x,y, main= title, xlab=xLabel, ylab=yLabel)


}
farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.