The R Project SVN R

Rev

Rev 87344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87344 Rev 87653
Line 35... Line 35...
35
}
35
}
36
\details{
36
\details{
37
  \code{axisTicks(usr, *)} calls \code{.axisPars(usr, ..)} to set
37
  \code{axisTicks(usr, *)} calls \code{.axisPars(usr, ..)} to set
38
  \code{axp} when that is missing or \code{NULL}.
38
  \code{axp} when that is missing or \code{NULL}.
39
 
39
 
40
  Apart from that, \code{\link{axisTicks}()} just calls the C function
40
  Apart from that, \code{axisTicks()} just calls the C function
41
  \code{CreateAtVector()} in \file{\var{R}/src/main/plot.c} which is also
41
  \code{CreateAtVector()} in \file{\var{R}/src/main/plot.c} which is also
42
  called by the base \pkg{graphics} package function
42
  called by the base \pkg{graphics} package function
43
  \code{\link[graphics]{axis}(side, *)} when its argument \code{at} is not
43
  \code{\link[graphics]{axis}(side, *)} when its argument \code{at} is not
44
  specified.
44
  specified.
45
 
45