Learn R Programming

businessPlanR (version 0.1-0)

barplot: Plot business plan transactions

Description

Plot business plan transactions

Usage

barplot(height, ...)

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

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

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

Value

See barplot.

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".