Learn R Programming

catenary (version 1.1.2)

fittedCatenary-class: Create a class for fittedCatenary

Description

Creates a catenary object from observed data

Arguments

Value

an object of class fittedCatenary

Slots

  • c1: shape parameter

  • c2: x-location parameter

  • lambda: y-location parameter

  • endpoints: left and right endpoint in data frame

  • L: length of catenary

  • obs: data frame of observed data

  • fitted: fitted points for plots and prediction

  • ss: sum of squares for fitted parabola and catenary

Examples

Run this code
# NOT RUN {
getSlots("fittedCatenary")
# }

Run the code above in your browser using DataLab