Other packages > Find by keyword >

xts  

eXtensible Time Series
View on CRAN: Click here


Download and install xts package within the R console
Install from CRAN:
install.packages("xts")

Install from Github:
library("remotes")
install_github("cran/xts")

Install by package version:
library("remotes")
install_version("xts", "0.14.1")



Attach the package and use:
library("xts")
Maintained by
Joshua M. Ulrich
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-01-05
Latest Update: 2024-01-21
Description:
Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
How to cite:
Joshua M. Ulrich (2008). xts: eXtensible Time Series. R package version 0.14.1, https://cran.r-project.org/web/packages/xts. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.0-3 (2008-01-05 18:42), 0.0-6 (2008-01-29 20:40), 0.0-10 (2008-02-17 19:45), 0.0-11 (2008-03-05 20:05), 0.0-13 (2008-04-14 20:17), 0.0-15 (2008-06-10 11:22), 0.0-16 (2008-11-18 18:56), 0.6-2 (2008-12-31 11:34), 0.6-3 (2009-01-08 08:57), 0.6-4 (2009-01-09 22:31), 0.6-5 (2009-05-13 09:05), 0.6-6 (2009-06-14 21:13), 0.6-7 (2009-07-22 06:55), 0.6-8 (2009-10-14 17:25), 0.6-9 (2009-11-03 12:27), 0.7-0 (2010-01-26 09:27), 0.7-1 (2010-05-08 13:34), 0.7-4 (2010-08-04 09:47), 0.7-5 (2010-08-31 19:57), 0.8-0 (2011-02-22 18:13), 0.8-2 (2011-08-09 06:59), 0.8-5 (2012-03-24 06:49), 0.8-6 (2012-03-25 07:07), 0.8-8 (2012-11-06 08:39), 0.9-1 (2012-12-29 16:10), 0.9-2 (2013-01-18 16:36), 0.9-3 (2013-01-20 15:56), 0.9-4 (2013-06-09 19:06), 0.9-5 (2013-06-24 15:31), 0.9-7 (2014-01-02 19:18), 0.10-0 (2017-07-07 09:00), 0.10-1 (2017-12-20 17:35), 0.10-2 (2018-03-15 00:36), 0.11-0 (2018-07-16 22:20), 0.11-1 (2018-09-12 12:20), 0.11-2 (2018-11-05 15:10), 0.12-0 (2020-01-19 18:40), 0.12.1 (2020-09-09 18:40), 0.12.2 (2022-10-16 02:20), 0.13.0 (2023-02-21 00:40), 0.13.1 (2023-04-16 22:50), 0.13.2 (2024-01-21 17:10), 0.14.0 (2024-06-05 21:30)
Other packages that cited xts R package
View xts citation profile
Other R packages that xts depends, imports, suggests or enhances
Complete documentation for xts
Functions, R codes and Examples using the xts R package
Some associated functions: CLASS . addEventLines . addLegend . addPanel . addPolygon . addSeries . align.time . apply.monthly . as.environment . as.xts.methods . as.xts . axTicksByTime . coredata.xts . diff . dimnames.xts . endpoints . first . firstof . index . isOrdered . make.index.unique . merge . na.locf.xts . ndays . parseISO8601 . period.apply . period.max . period.min . period.prod . period.sum . periodicity . plot.xts . print . rbind.xts . sample.data . split . subset.xts . tclass . tformat . timeBased . timeBasedSeq . to.period . tzone . window.xts . xts-internals . xts-package . xts . xtsAPI . xtsAttributes . 
Some associated R codes: Date.R . Math.xts.R . OHLC.R . Ops.xts.R . POSIX.R . adj.time.R . align.time.R . all.equal.R . as.environment.xts.R . as.numeric.R . axTicksByTime.R . bind.R . coredata.xts.R . data.frame.R . dimnames.R . endpoints.R . fillIndex.R . first.R . index.R . irts.R . isOrdered.R . lag.xts.R . last.R . list.R . matrix.R . merge.R . modify.args.R . na.R . nperiods.R . origin.fix.R . parse8601.R . period.R . period.apply.R . periodicity.R . plot.R . print.R . rollapply.xts.R . sort.xts.R . split.R . start.R . startOfYear.R . str.R . tclass.R . tformat.R . timeBasedRange.R . timeBasedSeq.R . timeDate.R . timeSeries.R . toperiod.R . ts.R . tzone.R . utils.R . write.xts.R . xts.R . xts.methods.R . xtsible.R . yearmon.R . zoo.R . zzz.R .  Full xts package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA