stock_show_one_plot: Plot one stock

Description Usage Arguments

View source: R/stock_plot.R

Description

Plot one stock

Usage

1
2
3
4
5
6
7
8
9
stock_show_one_plot(
  ticker,
  start_date = (Sys.Date() - 500),
  end_date = Sys.Date(),
  local_point_days = 20,
  plot_title = NULL,
  plot_subtitle = NULL,
  fullhd = FALSE
)

Arguments

ticker

The ticker id of the company

start_date

start date of the plot

end_date

end date of the plot

local_point_days

numbar of days to became a local point

plot_title

if you want to set the title

plot_subtitle

if you want to set the plot subtitle

fullhd

if you want to save as a full hd png


misrori/aranykez documentation built on Dec. 21, 2021, 7 p.m.