R/package.R

#' Package to create catenary objects from observed points
#' 
#' Contains methods to fit catenary to observed points, also
#' can compare to parabola.
#'  
#' @name catenary
#' @author Jono Tuke, Matthew Roughan
#' @docType package
#' @importFrom stats lm
#' @importFrom stats nls
#' @importFrom stats optim
#' @importFrom stats predict
#' @importFrom stats quantile
#' @importFrom stats resid
#' @importFrom stats uniroot
#' @importFrom methods callNextMethod
#' @importFrom methods slot
NULL

Try the catenary package in your browser

Any scripts or data that you put into this service are public.

catenary documentation built on May 2, 2019, 10:51 a.m.