Learn R Programming

avfintools (version 0.1.0)

fastzoom: Fast Zoom

Description

An Easy way to get to where you want to on a candlestick chart or other plots

Usage

fastzoom(plot, x)

Value

The graph but zoomed in where you want to, mostly for daily data

Arguments

plot

The plot to be zoomed into

x

A character string in the format("YYYYMMDD") for where to zoom in

Examples

Run this code
fastzoom(candles(SPYdaily), "20220202")

Run the code above in your browser using DataLab