The R Project SVN R

Rev

Rev 25099 | Rev 37600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25099 Rev 27273
Line 30... Line 30...
30
  between the x-axis and the vector from the origin to \eqn{(x,y)},
30
  between the x-axis and the vector from the origin to \eqn{(x,y)},
31
  i.e., for positive arguments \code{atan2(y,x) == atan(y/x)}.
31
  i.e., for positive arguments \code{atan2(y,x) == atan(y/x)}.
32
 
32
 
33
  Angles are in radians, not degrees (i.e., a right angle is
33
  Angles are in radians, not degrees (i.e., a right angle is
34
  \eqn{\pi/2}).
34
  \eqn{\pi/2}).
-
 
35
 
-
 
36
  All except \code{atan2} are generic functions: methods can be defined
-
 
37
  for them individually or via the \code{\link{Math}} group generic.
35
}
38
}
36
\references{
39
\references{
37
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
40
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
38
  \emph{The New S Language}.
41
  \emph{The New S Language}.
39
  Wadsworth \& Brooks/Cole.
42
  Wadsworth \& Brooks/Cole.