The R Project SVN R

Rev

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

Rev 68948 Rev 70613
Line 1... Line 1...
1
% File src/library/base/man/weekday.POSIXt.Rd
1
% File src/library/base/man/weekday.POSIXt.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2009 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{weekdays}
6
\name{weekdays}
7
\alias{weekdays}
7
\alias{weekdays}
8
\alias{weekdays.POSIXt}
8
\alias{weekdays.POSIXt}
Line 39... Line 39...
39
\method{julian}{POSIXt}(x, origin = as.POSIXct("1970-01-01", tz = "GMT"), \dots)
39
\method{julian}{POSIXt}(x, origin = as.POSIXct("1970-01-01", tz = "GMT"), \dots)
40
\method{julian}{Date}(x, origin = as.Date("1970-01-01"), \dots)
40
\method{julian}{Date}(x, origin = as.Date("1970-01-01"), \dots)
41
}
41
}
42
\arguments{
42
\arguments{
43
  \item{x}{an object inheriting from class \code{"POSIXt"} or \code{"Date"}.}
43
  \item{x}{an object inheriting from class \code{"POSIXt"} or \code{"Date"}.}
44
  \item{abbreviate}{logical.  Should the names be abbreviated?}
44
  \item{abbreviate}{logical vector (possibly recycled).  Should the names be
-
 
45
    abbreviated?}
45
  \item{origin}{an length-one object inheriting from class
46
  \item{origin}{an length-one object inheriting from class
46
    \code{"POSIXt"} or \code{"Date"}.}
47
    \code{"POSIXt"} or \code{"Date"}.}
47
  \item{\dots}{arguments for other methods.}
48
  \item{\dots}{arguments for other methods.}
48
}
49
}
49
\value{
50
\value{