getPlotData: Extract and format data for a plot

getPlotDataR Documentation

Extract and format data for a plot

Description

Extract and format data for a plot

Usage

getPlotData(
  prjdata,
  query,
  pltscen,
  diffscen,
  key,
  filtervar = NULL,
  filterset = NULL
)

Arguments

prjdata

Project data structure

query

Name of the query to plot

pltscen

Name of the scenario to plot

key

Aggregation variable. (e.g., 'region' or 'sector')

filtervar

If not NULL, filter on this variable before aggregating

diffscenDifference

scenario, if any

filterset:

Set of values to include in the filter operation. Ignored if filtervar is NULL.


cypressf/EPPADashboard documentation built on April 7, 2023, 11:41 p.m.