#' Read in regression coefficients for feed efficiency
#'
#' @description
#' Read in csv file containing coefficients of non-linear regression analysis
#' for the calculation of future feed efficiencies of feed baskets dependent
#' on livestock productivity trends
#'
#' @return MAgPIE object containing regression coefficients
#' @author Isabelle Weindl
#' @seealso [readSource()]
#' @export
#'
#' @examples
#' \dontrun{
#' a <- readSource("FeedEfficiencyReg")
#' }
#' @importFrom magclass read.magpie
readFeedEfficiencyReg <- function() {
file <- "DM_feed_eff_regression_nls.csv"
feedEffRegr <- read.magpie(file)
return(feedEffRegr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.