plot_stockp: plot_data

Description Usage Arguments Value Examples

View source: R/plot_stockp.R

Description

Plots a graph of the closing price vector.

Usage

1

Arguments

data

dataframe. The stock dataset that you want to used. If NULL (the default) selects TSLA dataset.

title

character. title that you want to assign to the graph.

Value

A graph of the stock price

Examples

1
2
3
plot_stockp()
plot_stockp(aapl)
plot_stockp(tsla,TSLA)

unimi-dse/e16b23fb documentation built on Feb. 16, 2020, 5:45 a.m.