Skip to contents

[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

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

Examples

if (FALSE) { # \dontrun{
waffle <- produce_site_observedProperties_waffle(
  deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
)
} # }