get_graph {bolsec} | R Documentation |
Plots correlation of varying securities.
Description
This daily scatter plot illustrates the correlation between rate and price variations of securities in the Bolivian Securities Exchange.
Usage
get_graph(data)
Arguments
data |
A defined variable storing the daily data from the import_data function. |
Value
ISSUER NAME |
Above the scatter dots are the company names that issue each traded security. |
COEFFICIENT |
Red colored number with two decimals, representing the correlation of all traded securities. |
VAR. |
Lying on the x-axis, range of the price variations between yesterday and today from all traded securities. |
RATE |
Lying on the y-axis, range of the percentage interest rates of all traded securities. |
Author(s)
Alvaro Ignacio Tapia
References
The Bolivian Stock Exchange (Bolsa Boliviana de Valores), based in La Paz, Bolivia, offers trading of equities, indexes, gold, and local commodities.
Examples
data <- import_data()
get_graph(data)