fma (version 2.4)

motel: Total accommodation at hotel, motel and guest house

Description

Total room nights occupied and total monthly takings from accommodation at hotel, motel and guest house in Victoria, Australia: Jan 1980 - June 1995.

Usage

motel

Arguments

Format

Trivariate time series containing the following columns:

Roomnights

Total room nights

Takings

Total monthly takings (thousands of dollars)

CPI

Quarterly CPI values

Examples

Run this code
plot(motel[,2], motel[,1], xlab="Room nights", ylab="Takings",
  pch=19, col=4)

Run the code above in your browser using DataCamp Workspace