comparison.plot: Comparing a financial parameter between two companies

Description Usage Arguments Value Author(s) Examples

Description

Compare any parameter on a financial statement graphically. This function makes use of the package "plotly"

Usage

1
comparison.plot(x, A, B, ticker1, ticker2)

Arguments

x

A string containing the variable within the financial statement that will be plotted.

A

A matrix containing the financial statement from the fist company.

B

A matrix containing the financial statement from the fist company.

ticker1

A string containing the stock ticker of the company in argument A.

ticker2

A string containing the stock ticker of the company in argument B.

Value

A plot or ggplot object.

Author(s)

Ryan Voyack

Examples

1
comparison.plot('Cash Only',create.data('wmt','Balance-Sheet'),create.data('aapl','Balance-Sheet'),'wmt','aapl')

ryanvoyack/financialStatementPlot documentation built on May 13, 2019, 8:38 a.m.