tibetan_new_year {calcal}R Documentation

Tibetan holidays

Description

The Tibetan New Year occurs on the first day of the Tibetan calendar. These functions calculate the date given either a Gregorian year or a Tibetan year. Both return a Gregorian date.

Usage

tibetan_new_year(year)

losar(t_year)

Arguments

year

A vector of Gregorian years

t_year

A vector of Tibetan years

Value

A vector of Gregorian dates corresponding to the Tibetan New Year

See Also

tibetan_date

Examples

tibetan_new_year(2025:2028)
losar(2152:2154)

[Package calcal version 1.0.0 Index]