R/templot_function.R

Defines functions tem_plot

Documented in tem_plot

#'
#' tem_plot
#'
#'
#' show the changes of tempreture
#'
#' @param ms mean tempreture of scenario period
#' @param mc mean tempreture of control period
#'
#' @return a plot
#' @export
#'
#' @examples
tem_plot<- function(ms,mc){

  plot(ms-mc,main="the change of tempreture")
}
RonakRah/dap documentation built on Jan. 6, 2022, 5:50 a.m.