Nothing
#' Mass Properties and Uncertainties Table from SAWE Paper No. 3360
#' @source Zimmerman, Robert L., and John H. Nakai. 2005. “Are You Sure?
#' Uncertainty in Mass Properties Engineering.” In 64th Annual International
#' Conference on Mass Properties Engineering, 123–60. Society of Allied Weight
#' Engineers.
#'
#' Note: the results for combined mass properties and uncertainties in the
#' published example are accurate only within approximately 0.2%.
#' @format A data frame with columns:
#' \describe{
#' \item{id}{unique key}
#' \item{mass}{mass}
#' \item{Cx}{x component of center of mass}
#' \item{Cy}{y component of center of mass}
#' \item{Cz}{z component of center of mass}
#' \item{Ixx}{Ixx moment of inertia}
#' \item{Iyy}{Iyy moment of inertia}
#' \item{Izz}{Izz moment of inertia}
#' \item{Ixy}{Ixy product of inertia}
#' \item{Ixz}{Ixz product of inertia}
#' \item{Iyz}{Iyz product of inertia}
#' \item{sigma_mass}{mass uncertainty}
#' \item{sigma_Cx}{x component of center of mass uncertainty}
#' \item{sigma_Cy}{y component of center of mass uncertainty}
#' \item{sigma_Cz}{z component of center of mass uncertainty}
#' \item{sigma_Ixx}{Ixx moment of inertia uncertainty}
#' \item{sigma_Iyy}{Iyy moment of inertia uncertainty}
#' \item{sigma_Izz}{Izz moment of inertia uncertainty}
#' \item{sigma_Ixy}{Ixy product of inertia uncertainty}
#' \item{sigma_Ixz}{Ixz product of inertia uncertainty}
#' \item{sigma_Iyz}{Iyz product of inertia uncertainty}
#' \item{Ipoint}{logical indicator to consider item a point mass}
#' \item{POIconv}{sign convention for products of inertia (one of c("+", "-"))}
#' }
"sawe_table"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.