Getting Help on a Function
Getting Help on a Function 公卫家园
Use help or ? to display the documentation for the function:
> help(functionname) or ? functionname
Use args for a quick reminder of the function arguments: 公卫百科
> args(functionname)
Use example to see examples of using the function:
> example(functionname)
附件列表
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
如果您认为本词条还有待完善,请 编辑
上一篇 Downloading and Installing R 下一篇 华金中