Learn R Programming

aridagri (version 2.0.3)

economic_indices: Economic Efficiency Indices (B:C Ratio)

Description

Calculates B:C ratio and economic efficiency metrics.

Usage

economic_indices(gross_return, total_cost, verbose = TRUE)

Value

Data frame with economic indices

Arguments

gross_return

Gross returns (Rs/ha)

total_cost

Total cost (Rs/ha)

verbose

Logical. If TRUE (default), prints formatted output to console.

Author

Lalit Kumar Rolaniya, Ram Lal Jat, Monika Punia, Raja Ram Choudhary

Examples

Run this code
economic_indices(gross_return = c(75000, 82000), total_cost = c(35000, 38000))

Run the code above in your browser using DataLab