R/ScaleCurveClass.R

#' @rdname getPlot-methods
#' @export
setMethod("getPlot", "ScaleCurveList", function(object) {
  p <- .getPlot(object)
  p <- p + ggtitle(object[[1]]@title)
  p <- p + ylab("Volume")
  p <- p + xlab("1 - 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 Feb. 4, 2022, 1:07 a.m.