📄 twoway_tsrline_parse.class
字号:
// twoway_tsrline_parse
//
// A parser for time-series line range graphs. Works with twoway.ado.
*! version 1.0.1 02sep2003
version 8
class {
} , inherit(twoway_y2xview_parse)
program parse
.viewtype = "rline"
.n = 1 // number of plots
syntax anything(id="varlist" equalok) ///
[aw fw pw ] [if] [in] [, ///
ONEPanel ///
SORT /// ignored
SORT1(namelist) /// ignored
* ///
]
marksample touse
capture _ts t ignored if `touse', onepanel
if c(rc) _ts t ignored, panel
.Super.parse `anything' `t' [`weight'`exp'] ///
`if' `in', sort(`t') `options'
end
exit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -