Learn R Programming

⚠️There's a newer version (1.8-14) of this package.Take me there.

zoo (version 0.9-1)

Z's ordered observations

Description

An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with with ts and base R by providing methods to extend standard generics.

Copy Link

Version

Install

install.packages('zoo')

Monthly Downloads

689,346

Version

0.9-1

License

GPL

Maintainer

Achim Zeileis

Last Published

April 10th, 2025

Functions in zoo (0.9-1)

coredata

Extracting/Replacing the Core Data of Objects
as.zoo

Coercion from and to zoo
merge.zoo

Merge Two or More zoo Objects
ORDER

Ordering Permutation
zoo

Z's Ordered Observations
plot.zoo

Plotting zoo Objects
na.locf

Last Observation Carried Forward
aggregate.zoo

Compute Summary Statistics of zoo Objects
model.frame.zoo

Model Frame for zoo Series
index

Extracting/Replacing the Index of Objects
as.Date.numeric

Date Conversion Functions from Numeric, Integer and ts Objects
lag.zoo

Lags and Differences of zoo Objects
MATCH

Value Matching
na.approx

Replace NA by Interpolation
window.zoo

Extract/Replacing the Time Windows of Objects