Learn R Programming

zoo (version 1.8-12)

S3 Infrastructure for Regular and Irregular Time Series (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 ts and base R by providing methods to extend standard generics.

Copy Link

Version

Install

install.packages('zoo')

Monthly Downloads

755,288

Version

1.8-12

License

GPL-2 | GPL-3

Maintainer

Last Published

April 13th, 2023

Functions in zoo (1.8-12)

coredata

Extracting/Replacing the Core Data of Objects
is.regular

Check Regularity of a Series
index

Extracting/Replacing the Index of Objects
frequency<-

Replacing the Index of Objects
aggregate.zoo

Compute Summary Statistics of zoo Objects
as.zoo

Coercion from and to zoo
merge.zoo

Merge Two or More zoo Objects
na.StructTS

Fill NA or specified positions.
make.par.list

Make a List from a Parameter Specification
na.trim

Trim Leading/Trailing Missing Observations
na.aggregate

Replace NA by Aggregation
read.zoo

Reading and Writing zoo Series
plot.zoo

Plotting zoo Objects
na.approx

Replace NA by Interpolation
na.locf

Last Observation Carried Forward
na.fill

Fill NA or specified positions.
window.zoo

Extract/Replacing the Time Windows of Objects
xblocks

Plot contiguous blocks along x axis.
yearqtr

An Index Class for Quarterly Data
rollmean

Rolling Means/Maximums/Medians/Sums
zooreg

Regular zoo Series
rollapply

Apply Rolling Functions
yearmon

An Index Class for Monthly Data
zoo

Z's Ordered Observations
xyplot.zoo

Plot zoo Series with Lattice
MATCH

Value Matching
ggplot2.zoo

Convenience Functions for Plotting zoo Objects with ggplot2
ORDER

Ordering Permutation
lag.zoo

Lags and Differences of zoo Objects