plot_indicator_distribution: Plotting Indicator Category Distributions

View source: R/reporting.R

plot_indicator_distributionR Documentation

Plotting Indicator Category Distributions

Description

Plotting Indicator Category Distributions

Usage

plot_indicator_distribution(
  analysis.df,
  benchmarks,
  indicator.lut = NULL,
  indicator.variable = "INDICATOR.TDAT",
  indicator.name = "INDICATOR.NAME"
)

Arguments

analysis.df

Data frame. The output from spsurvey::cat.analysis() sliced to a single combination of the values in Type, Subpopulation, MANAGEMENT.QUESTION, and Indicator.

benchmarks

Data frame. The output from read.benchmarks().

indicator.lut

Optional data frame. Defaults to the output from indicator.lookup() which matches the indicators found in TerrADat.

Value

A ggplot point plot with confidence interval bars.


nstauffer/aim.analysis documentation built on Nov. 2, 2023, 12:52 a.m.