R/stat_test_boxplot.R

#'hypothesis test
#'@description hypothesis test
#'
#'@usage
#'@param

#'@details
#'
#'@return
#'@author Sili Fan \email{fansili2013@gmail.com}
#'@seealso
#'@examplesz
#'@export
#

stat_test_boxplot = function(n){
  return(boxplot(rnorm(n)))
}
kwanjeeraw/metabox documentation built on May 20, 2019, 7:07 p.m.