% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_tables.R
\name{cal_diff_percentage_change}
\alias{cal_diff_percentage_change}
\title{Calculate the absolute and percentage changes between baseline and scenario.}
\usage{
cal_diff_percentage_change(b, s, supply_details = FALSE)
}
\arguments{
\item{b}{basline.}

\item{s}{Scenario.}

\item{supply_details}{Boolean. If TRUE, input the Farm|Supply details tables, otherwise detailed balance tables. Default is FALSE.}
}
\value{
a data frame.
}
\description{
Calculate the absolute and percentage changes between baseline and scenario.
}