Learn R Programming

hdMTD (version 0.1.1)

raindata: Rain data set for the city of Canberra, Australia

Description

A data frame with the rainfall history in the city of Canberra, Australia. The data spans from 01/11/2007 to 25/06/2017.

Usage

raindata

Arguments

Format

A data frame with 3525 rows and 2 columns. Each row corresponds to a day specified in column 1 ("Date"). The value in column 2 ("RainToday") is 0 if no rain was recorded in the city of Canberra that day, and 1 otherwise.

Date

Date in YYYY-MM-DD format.

RainToday

Binary indicator (0 = no rain, 1 = rain).

Examples

Run this code
data(raindata)

Run the code above in your browser using DataLab