bdvis (version 0.2.9)

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 custome 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)
# ## End(Not run)

Run the code above in your browser using DataLab