Description Usage Arguments Value Author(s)
View source: R/indicatorsplot.R
Allows plotting the calculated indicators over the different datasets.
| 1 2 | indicatorsplot(reportdataset, indicator, variables = "allvars",
  datasets = "alldatasets")
 | 
| 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) | 
A a plot showing the datasets on the x axis and the value of the indicators on the y axis.
Beat Hulliger - Juan Berdugo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.