Home
last modified time | relevance | path

Searched +refs:as +refs:POSIXlt +refs:irts (Results 1 – 6 of 6) sorted by relevance

/dports/devel/R-cran-lubridate/lubridate/
H A DNAMESPACE3 S3method(as.POSIXct,fts)
4 S3method(as.POSIXct,irts)
6 S3method(as.POSIXct,xts)
8 S3method(as.POSIXlt,fts)
9 S3method(as.POSIXlt,irts)
10 S3method(as.POSIXlt,timeSeries)
11 S3method(as.POSIXlt,tis)
12 S3method(as.POSIXlt,xts)
13 S3method(as.POSIXlt,zoo)
37 S3method(reclass_date,POSIXlt)
[all …]
/dports/math/R-cran-zoo/zoo/
H A DNAMESPACE11 "as.zoo",
12 "as.zoo.default",
13 "as.zooreg",
89 "as.yearmon",
133 "as.Date",
273 ## methods for class irts
274 S3method("coredata", "irts")
275 S3method("coredata<-", "irts")
301 S3method("as.POSIXlt", "yearmon")
331 S3method("as.POSIXlt", "yearqtr")
[all …]
/dports/math/R-cran-xts/xts/
H A DNAMESPACE17 as.ts,
73 export(as.xts)
191 S3method(align.time, POSIXlt)
218 S3method(as.xts,xts)
275 S3method(as.xts, ts)
276 S3method(as.ts, xts)
280 S3method(as.xts,zoo)
282 # xts:::as.zoo.xts was copied to zoo:::as.zoo.xts in zoo 1.8-5
304 # irts (package:tseries) specific methods
305 S3method(as.xts,irts)
[all …]
/dports/math/R-cran-zoo/zoo/inst/doc/
H A Dzoo.Rnw86 and the \proglang{S3} class \code{"irts"} in package \pkg{tseries} \citep{zoo:tseries:2007}.
114 \code{"irts"} and \code{"timeSeries"}. \citep[In addition to these independent
400 as.ts(zr1)
401 identical(zr2, as.zoo(as.ts(zr2)))
683 various classes, in particular \code{"ts"}, \code{"irts"} and \code{"its"}
685 class.\footnote{Coercion from \code{"zoo"} to \code{"irts"} is contained in the
975 such as \code{"yearqtr"} or to finer time scales such as
976 \code{"Date"}, \code{"POSIXct"} or \code{"POSIXlt"} which by default associate the first day
1008 that the series could be exported as a \code{"its"} or \code{"irts"} series.
1012 as.irts(zr3)
[all …]
/dports/math/R-cran-zoo/zoo/vignettes/
H A Dzoo.Rnw86 and the \proglang{S3} class \code{"irts"} in package \pkg{tseries} \citep{zoo:tseries:2007}.
114 \code{"irts"} and \code{"timeSeries"}. \citep[In addition to these independent
400 as.ts(zr1)
401 identical(zr2, as.zoo(as.ts(zr2)))
683 various classes, in particular \code{"ts"}, \code{"irts"} and \code{"its"}
685 class.\footnote{Coercion from \code{"zoo"} to \code{"irts"} is contained in the
975 such as \code{"yearqtr"} or to finer time scales such as
976 \code{"Date"}, \code{"POSIXct"} or \code{"POSIXlt"} which by default associate the first day
1008 that the series could be exported as a \code{"its"} or \code{"irts"} series.
1012 as.irts(zr3)
[all …]
/dports/math/R-cran-zoo/zoo/tests/Examples/
H A Dzoo-Ex.Rout.save305 > ### Aliases: as.zoo as.zoo.default as.zoo.data.frame as.zoo.fts as.zoo.its
306 > ### as.zoo.irts as.zoo.matrix as.zoo.mcmc as.zoo.tis as.zoo.xts
307 > ### as.zoo.zoo as.matrix.zoo as.vector.zoo as.data.frame.zoo as.list.zoo
308 > ### as.list.ts as.zoo.ts as.ts.zoo
383 > ### coredata.its coredata.irts coredata<- coredata<-.zoo coredata<-.ts
384 > ### coredata<-.irts coredata<-.its
1338 > na.locf(z.na)[as.POSIXlt(time(z.na))$mday == 5]
1352 > z.na[idx[as.POSIXlt(time(z.na))$mday == 5]]
2726 > ### as.POSIXlt.yearmon as.list.yearmon as.numeric.yearmon
2867 > ### as.Date.yearqtr as.POSIXct.yearqtr as.POSIXlt.yearqtr as.list.yearqtr
[all …]