Title: | 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 or 'PAGASA' and made available through its website <https://bagong.pagasa.dost.gov.ph/tropical-cyclone/publications/annual-report>. 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. |
Authors: | Ernest Guevarra [aut, cre, cph]
|
Maintainer: | Ernest Guevarra <[email protected]> |
License: | CC0 |
Version: | 0.1.1.9000 |
Built: | 2025-03-01 05:52:52 UTC |
Source: | https://github.com/panukatan/bagyo |
Find cyclones information
find_bagyo(.year = NULL, .category = NULL)
find_bagyo(.year = NULL, .category = NULL)
.year |
An integer value for a year or a vector of years of cyclones data to retrieve. Default to NULL to retrieve all years. |
.category |
A character value or a vector of category code/s or category name/s to retrieve. Default to NULL to retrieve all categories |
A data.frame of cyclones information based on specified year
and
category
find_bagyo() find_bagyo(.year = 2017) find_bagyo(.category = "TD") find_bagyo(.year = 2017, .category = "TD")
find_bagyo() find_bagyo(.year = 2017) find_bagyo(.category = "TD") find_bagyo(.year = 2017, .category = "TD")
Randomly returns a cyclone name and prints additional information available from the package regarding the cyclone.
get_bagyo()
get_bagyo()
A list of information regarding a randomly selected cyclone from
the bagyo
dataset.
get_bagyo()
get_bagyo()
print()
helper function for get_bagyo()
functionprint()
helper function for get_bagyo()
function
## S3 method for class 'bagyo' print(x, ...)
## S3 method for class 'bagyo' print(x, ...)
x |
Object of class |
... |
Additional |
Printed output of get_bagyo()
function
get_bagyo()
get_bagyo()