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 |
... |
Any other argument suitable for |
resolution |
One of |
types |
Character string naming the model types defined by
|
scope |
One of |
Value
See barplot
.
[Package businessPlanR version 0.1-0 Index]