anglefinder: Finds the angle of the lens

Description Usage Arguments Examples

View source: R/anglefinder.R

Description

Needs information on the quadratic surfaces of the lens

Usage

1
anglefinder(model)

Arguments

model

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (model) 
{
    angledegrees <- atan(coef(model)[2]) * 180/pi
    return(angledegrees)
  }

phewson/PhilsAngle documentation built on May 25, 2019, 2:54 a.m.