R/plots_output.R

Defines functions output_plots_fxn

#' @title Title
#'
#' @description Description
#'
#' @param x A number.
#' @param y A number.
#' @return return value here.
#' @details
#' Additional details here
#' @examples
#' example function call here
#' @export

#functions:
# 1) output_plot_fxn
##############################################
#' @export
output_plots_fxn<-function(evomodel,plot_index="all",nsim=1)
{
  #Note: fxn being phased out
  #Due to presence in master scripts, will not be deleted but just
  #not do anything
  return(invisible(NULL))
}
EvoNetHIV/Test_and_Treat documentation built on Feb. 20, 2021, 12:09 a.m.