R/MoI.R

#' MoI: A package for computing the moment of inertia for various 3D objects
#'
#' The `MoI` package provides several functions for calculating moment of inertia of 3D objects.
#'
#' @section `MoI` functions:
#' The `Hoop()` function computes the moment of inertia of a hoop.
#' The `RectPlate()` function computes the moment of inertia of a rectangular plate.
#' The `Rod()` function computes the moment of inertia of a rod.
#' The `SolidCylinder()` function computes the moment of inertia of a solid cylinder.
#' The `Sphere()` function computes the moment of inertia of a sphere.
#'
#'
#' @docType package
#' @name MoI
#' @import qpdf
#' @import rlang
#'
NULL
yalmania/Project3_STAT294 documentation built on May 3, 2022, 1:13 p.m.