R/trib.R

#' Tribology Measurement Analysis and Visualization
#'
#' trib provides three important functions: CoF, FF and profile. The
#' function names is used for file import.
#'
#' @section trib Functions:
#'
#'   The trib functions are as follows
#'
#'   \code{trib.CoF} calculates Average Coefficient of Fricton from tribometer
#'   data ,
#'
#'   \code{trib.FF} plot Friction Force vs Distance plots from tribometer data
#'
#'
#'   \code{trib.profile} analyze surface profilometer data
#'
#' @docType package
#' @name trib

NULL

#> Null
gokcemay/trib documentation built on May 17, 2019, 7:30 a.m.