View source: R/produce_site_observedProperties_pie.R
produce_site_observedProperties_pie | R Documentation |
Return a pie chart of Environmental observed properties, as
a stored in DEIMS-SDR catalogue, of a single
eLTER site.
produce_site_observedProperties_pie(deimsid)
deimsid |
A |
The output of the function is a pie chart and a tibble
. The
percentages, as a label in the pie charts and in the output table (
column 'perc'), refer to the number of the observed properties, belonging
to a type (e.g. biological, atmospheric, etc.), measured compared to all of
observed properties measured into selected eLTER site. This function allows
to show what type of observed properties are most measured into a site. In
the example below the atmospheric observed properties corresponds to the
15 percent of all observed properties measured into the site.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
tibbleRReLTER
\insertRefdplyrRReLTER
\insertRefRColorBrewerRReLTER
\insertRefggplot2RReLTER
\insertRefggforceRReLTER
## Not run:
pie <- produce_site_observedProperties_pie(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
)
pie
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.