calendar: Calendar

View source: R/calendar.R

calendarR Documentation

Calendar

Description

Draw circular calendar with days and months.

Usage

calendar(filename = NULL, year = 2009, lwd = 0.1, radius = c(1.03,
  0.95, 0.8, 0.65), cex = c(0.3, 0.8, 1.6), col = "white", ...)

Arguments

filename

EPS output file, or NULL to draw on screen.

year

calendar year.

lwd

line width.

radius

vector of 4 numbers, setting distance from center to: (1) day labels, (2) notes boundary, (3) month boundary, (4) year boundary.

cex

vector of 3 numbers, setting font size of: (1) day labels, (2) month labels, (3) year label.

col

vector of 4 colors (recycled), setting bg color of: (1) day areas, (2) notes areas, (3) month areas, (4) year area.

...

passed to text.

Value

Vector of radians (cos and sin give day coordinates).


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.