produce_site_observedProperties_waffle: Produce a waffle chart of the observed properties collected...

View source: R/produce_site_observedProperties_waffle.R

produce_site_observedProperties_waffleR Documentation

Produce a waffle chart of the observed properties collected in a site LTER.

Description

[Stable] Return a waffle chart of Environmental observed properties, as a stored in DEIMS-SDR catalogue, of a single eLTER site.

Usage

produce_site_observedProperties_waffle(deimsid)

Arguments

deimsid

A character. The DEIMS ID of site/network from: DEIMS-SDR website. DEIMS ID information here.

Value

The output of the function is a waffle chart and a tibble. Each of the squares represents a observed properties measured into the selected eLTER site. The observed properties with the same color belong to the same group (e.g. biological, atmospheric, etc.).

The function output

Observed properties
waffle chart

Author(s)

Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it

References

\insertRef

tibbleRReLTER

\insertRef

dplyrRReLTER

\insertRef

grDevicesRReLTER

\insertRef

RColorBrewerRReLTER

\insertRef

waffleRReLTER

Examples

## Not run: 
waffle <- produce_site_observedProperties_waffle(
  deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
)
waffle

## End(Not run)


oggioniale/ReLTER documentation built on Jan. 4, 2024, 3:48 p.m.