R/Plot_DiMDS_Perm_Rows_r2plain.b_perm.R

#Plot_DiMDS_Perm_Rows_r2plain.b_perm.R

#'Plot results from test of Null Hypothesis on Rows
#'
#'
#'@param res_DiMDS Output from DiMDS_Perm_Rows
#'@param Title Name the figure
#'@param dev_new Flag to create a new device
#'@return Histogram of the r2 under the null
#'@export


Plot_DiMDS_Perm_Rows_r2plain.b_perm <- function(res_DiMDS, Title = "r2plain.b_perm", dev_new = T){

  Plot_Hist(Distribution = res_DiMDS$Perm_Rows$r2plain.b_perm,
            alpha = .05,
            Stat = res_DiMDS$input$r2plain.b,
            main = Title,
            dev_new = dev_new)

}
michaelkriegsman/PlotDiDiSTATIS documentation built on May 30, 2019, 6:19 p.m.