barplot {businessPlanR}R Documentation

Plot business plan transactions

Description

Plot business plan transactions

Usage

barplot(height, ...)

## S4 method for signature 'revenue'
barplot(height, resolution = "month", types = "default", ...)

## S4 method for signature 'expense'
barplot(height, resolution = "month", types = "default", ...)

## S4 method for signature 'operations'
barplot(height, resolution = "month", scope = "profit",
      types = "default", ...)

Arguments

height

An object of class operations, revenue or expense.

...

Any other argument suitable for barplot().

resolution

One of "month", "quarter", or "year".

types

Character string naming the model types defined by set_types to be used.

scope

One of "revenue", "expense", "rev_exp", "profit".

Value

See barplot.


[Package businessPlanR version 0.1-0 Index]