R/AsymmetryCurveClass.R

#' @rdname getPlot-methods
#' @aliases getPlot,AsymmetryCurveList
#' @export
setMethod("getPlot", "AsymmetryCurveList", function(object)
{
  p = .getPlot(object)
  p = p + ggtitle("Asymmetry Curve")
  p = p + ylab("")
  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, 5:46 p.m.