gs_graphinfo.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 69 行
HLP
69 行
{smcl}
{* 10mar2005}{...}
{cmd:help gs_graphinfo}{right:also see: {help undocumented}}
{hline}
{title:Title}
{p 4 22 2}
{cmd:gs_graphinfo} {hline 2} Subroutine to obtain information about memory graph
{title:Syntax}
{p 8 16 2}
{cmd:gs_graphinfo}
{it:graphname}
{title:Description}
{pstd}
{cmd:gs_graphinfo} returns information including the command that generated the
graph.
{title:Remarks}
{pstd}
{cmd:gs_graphinfo} produces no output except for error messages.
{pstd}
{cmd:gs_graphinfo} mirrors {cmd:gs_fileinfo}; see
{helpb gs_fileinfo}.
{title:Saved results}
{pstd}
Returned in r() is
local {cmd:r(fn)} graph name
local {cmd:r(ft)} "{cmd:live}"
local {cmd:r(scheme)} scheme name
local {cmd:r(ysize)} {cmd:ysize()} value
local {cmd:r(xsize)} {cmd:xsize()} value
local {cmd:r(command)} command
local {cmd:r(command_date)} date on which command was run
local {cmd:r(command_time)} time at which command was run
local {cmd:r(family)} family to which command belongs
local {cmd:r(dtafile)} .dta file in memory at command_time
local {cmd:r(dtafile_date)} .dta file date
{pstd}
Note that any of {cmd:r(command)}, ..., {cmd:r(dtafile_date)}
may be undefined, so refer to contents using macro quoting.
{title:Also see}
{psee}
Online:
{helpb gs_fileinfo};
{helpb gs_filetype};
{helpb graph describe}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?