zoom: zoom in the details of plot

Description Usage Arguments Details See Also

Description

zoom in specified window of plot with your cursor

Usage

1
zoom(dta, myplot, ...)

Arguments

dta

data frame/matrix. dta used to generate a snapshot

myplot

string. user defined plot function name(return y variable from the key plot)

Details

the arguments of function myplot include 2 parts: 1) datafeed(dta) of plot 2)other optional arguments(...). excpet plotting, myplot should return y-variable of the key part of plot, with optional attribute of note to cat.

See Also

play


yuanwei/my documentation built on May 4, 2019, 6:35 p.m.

Related to zoom in yuanwei/my...