Learn R Programming

calcal (version 1.0.0)

tibetan_new_year: 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)

Value

A vector of Gregorian dates corresponding to the Tibetan New Year

Arguments

year

A vector of Gregorian years

t_year

A vector of Tibetan years

See Also

tibetan_date

Examples

Run this code
tibetan_new_year(2025:2028)
losar(2152:2154)

Run the code above in your browser using DataLab