Skip to contents

Plot Impact Analyses

Usage

impact_plot(data, type, indicator, background_colour = "grey")

Arguments

data

Impact analysis data from impact_analysis()

type

Line or column. Single year analyses always use column.

indicator

One of "emp" for employment, "grp" for Gross Regional Product, or "output" for Output

background_colour

Background colour of the graph.

Value

ggplot2 object

Examples