R/PlotTriangleModel.R

Defines functions plotTriangleModel

Documented in plotTriangleModel

#' plotTriangleModel
#' 
#' @export plotTriangleModel
#' @include TriangleModel.R
#' @param objTriangleModel A TriangleModel object
#' 
#' @return None
#' 
#' @seealso \code{\link{PlotModelGoF}}, \code{\link{PlotModelFactors}}
#' 
#' @importFrom ggplot2 qplot
#' 
plotTriangleModel = function(objTriangleModel)
{
  qplot(objTriangleModel@Fit$coefficients)
  
}

Try the MRMR package in your browser

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

MRMR documentation built on May 2, 2019, 2:08 a.m.