bdvis (version 0.2.18)

bdcalendarheat: Calendar heat map of biodiversity data

Description

Produces a heat map https://en.wikipedia.org/wiki/Heat_map representing the distribution of records in time.

Usage

bdcalendarheat(indf = NA, title = NA)

Arguments

indf

input data frame containing biodiversity data set

title

title custom title for the plot

Details

The calendar heat map is a matrix-like plot where each cell represents a unique date, and the color the cell is painted with shows the amount of records that have that particular date. Rows are weekdays and columns are week numbers, each year having its own "panel".

See Also

Other Temporal visualizations: chronohorogram, tempolar

Examples

Run this code
# NOT RUN {
bdcalendarheat(inat)
# }

Run the code above in your browser using DataCamp Workspace