champa.ts: Monthly shipments of bottles of champagne for the period...

champa.tsR Documentation

Monthly shipments of bottles of champagne for the period 2001-2010

Description

The file "/import/champagne_2001.txt" contains monthly total shipping of 75 cl bottles of Champagne wine, in the world. 2001-2010.

Format

The series first is imported as a vector of numeric type with function scan and then transformed into a ts object. Is is then converted in 1,000 of bottles.

Source

SRISE - DRAAF Champagne-Ardenne

Examples

data("champa.ts")
# The executed code is : 
## Not run: 
aa <- scan(system.file("/import/champagne_2001.txt", package = "caschrono"))
champa.ts <- ts(aa/1000, start = c(2001,1), frequency = 12)
## End(Not run)

caschrono documentation built on Nov. 2, 2023, 5:16 p.m.