bdcalendarheat {bdvis} | R Documentation |
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".
Value
No return value, called for plotting the heatmap plot
See Also
Other Temporal visualizations:
chronohorogram()
,
tempolar()
Examples
## Not run:
bdcalendarheat(inat)
## End(Not run)
[Package bdvis version 0.2.37 Index]