Learn R Programming

bagyo (version 0.1.1)

bagyo: Philippine Tropical Cyclones Data

Description

The Philippines frequently experiences tropical cyclones (called 'bagyo' in the Filipino language) because of its geographical position. These cyclones typically bring heavy rainfall, leading to widespread flooding, as well as strong winds that cause significant damage to human life, crops, and property. Data on cyclones are collected and curated by the Philippine Atmospheric, Geophysical, and Astronomical Services Administration (PAGASA) and made available through its website. This package contains Philippine tropical cyclones data in a machine-readable format. It is hoped that this data package provides an interesting and unique dataset for data exploration and visualisation as an adjunct to the traditional iris dataset and to the current palmerpenguins dataset.

Usage

bagyo

Arguments

Format

A data frame with 9 columns and 86 rows:

VariableDescription
yearYear
category_codeTropical cyclone category code
category_nameTropical cyclone category name
nameName given to the tropical cyclone by Philippine authorities
rsmc_nameName given to the tropical cyclone by RSMC
startDate and time at which cyclone enters Philippine waters
endDate and time at which cyclone leaves Philippine waters
pressureMaximum central pressure in hPa
speedMaximum sustained wind speed in km/h

Author

Maintainer: Ernest Guevarra ernest@guevarra.io (ORCID) [copyright holder]

See Also

Examples

Run this code
bagyo

Run the code above in your browser using DataLab