#' @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))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.