The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 99... Line 99...
99
  the specified units.  Using  \code{units = "auto"} means the units of the
99
  the specified units.  Using  \code{units = "auto"} means the units of the
100
  object.
100
  object.
101
 
101
 
102
  The \code{format} method simply formats the numeric value and appends
102
  The \code{format} method simply formats the numeric value and appends
103
  the units as a text string.
103
  the units as a text string.
104
  
104
 
105
  The default behaviour when \code{time1} or \code{time2} was a
105
  The default behaviour when \code{time1} or \code{time2} was a
106
  \code{"POSIXlt"} object changed in \R 2.12.0: previously such objects
106
  \code{"POSIXlt"} object changed in \R 2.12.0: previously such objects
107
  were regarded as in the timezone given by \code{tz} which defaulted to
107
  were regarded as in the timezone given by \code{tz} which defaulted to
108
  the current timezone.
108
  the current timezone.
109
}
109
}