R/rate_by_region.R

Defines functions rate_by_region

Documented in rate_by_region

#'rate_by_region
#'
#'evaluates the rate by region
#'
#'@param
#'
#'@return graph showing the rate by region
#'
#'@examples
#'rate_by_region()
#'@export
#'


rate_by_region <- function(){
  rate <- rate()
  boxplot(rate ~ region, data = get_data())
}
unimi-dse/fe8cd6bc documentation built on Feb. 18, 2020, 2:41 a.m.