R/ScaleCurveClass.R

#' @rdname getPlot-methods
#' @aliases getPlot,ScaleCurveList
#' @export
setMethod("getPlot", "ScaleCurveList", function(object)
{
  p = .getPlot(object)
  p = p + ggtitle(object[[1]]@title)
  p = p + ylab("Volume")
  p = p + xlab("Alpha")
  return(p)
})

Try the DepthProc package in your browser

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

DepthProc documentation built on May 2, 2019, 6:22 p.m.