indicatorsplot: indicatorsplot

Description Usage Arguments Value Author(s)

View source: R/indicatorsplot.R

Description

Allows plotting the calculated indicators over the different datasets.

Usage

1
2
indicatorsplot(reportdataset, indicator, variables = "allvars",
  datasets = "alldatasets")

Arguments

reportdataset

(mandatory): A dataframe containing the report to be plotted.

indicator

(mandatory): A string containing the name of the indicator to plot.

variables

(optional): A vector containing the names of the variables to be plotted (all variables are plotted by default)

datasets

(optional): A vector containing the names of the datasets to be plotted (Datasets d1, d2, d3, d4 are plotted by default)

Value

A a plot showing the datasets on the x axis and the value of the indicators on the y axis.

Author(s)

Beat Hulliger - Juan Berdugo


sdap documentation built on May 2, 2019, 6:52 p.m.

Related to indicatorsplot in sdap...