The R Project SVN R

Rev

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

Rev 80079 Rev 81315
Line 42... Line 42...
42
  \item{log}{a character string which contains \code{"x"} if the x axis
42
  \item{log}{a character string which contains \code{"x"} if the x axis
43
    is to be logarithmic, \code{"y"} if the y axis is to be logarithmic
43
    is to be logarithmic, \code{"y"} if the y axis is to be logarithmic
44
    and \code{"xy"} or \code{"yx"} if both axes are to be logarithmic.}
44
    and \code{"xy"} or \code{"yx"} if both axes are to be logarithmic.}
45
 
45
 
46
  \item{main}{a main title for the plot, see also \code{\link{title}}.}
46
  \item{main}{a main title for the plot, see also \code{\link{title}}.}
47
  \item{sub}{a sub title for the plot.}
47
  \item{sub}{a subtitle for the plot.}
48
  \item{xlab}{a label for the x axis, defaults to a description of \code{x}.}
48
  \item{xlab}{a label for the x axis, defaults to a description of \code{x}.}
49
  \item{ylab}{a label for the y axis, defaults to a description of \code{y}.}
49
  \item{ylab}{a label for the y axis, defaults to a description of \code{y}.}
50
 
50
 
51
  \item{ann}{a logical value indicating whether the default annotation
51
  \item{ann}{a logical value indicating whether the default annotation
52
    (title and x and y axis labels) should appear on the plot.}
52
    (title and x and y axis labels) should appear on the plot.}