knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

CRAN status lifecycle Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codecov test coverage R-CMD-check DOI

MWTools

Statement of need

In societal energy analysis and societal exergy analysis (SEA), animals and humans provide energy to society by performing muscle work. A previous study by @Steenwyk:2022ww developed and standardized ways to estimate muscle work contributed to society by animals and humans. And data exist from the UN's Food and Agriculture Organization (FAO) and the International Labor Organization (ILO) that could be used for such purposes. However, none of the data are in the PSUT format proposed by @Heun:2018. Computational tools are needed to gather and shape relevant data.

This package provides functions for the estimation of animal and human muscle work for use in SEA with the Physical Supply Use Table (PSUT) framework.

Installation

You can install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("EnergyEconomyDecoupling/MWTools")

More Information

Find more information, including vignettes and function documentation, at https://energyeconomydecoupling.github.io/MWTools/.

References



EnergyEconomyDecoupling/MWTools documentation built on April 14, 2025, 9:27 a.m.