Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 626 Bytes

File metadata and controls

10 lines (10 loc) · 626 Bytes

RGUI

  • help(“关键字”)
  • ?关键字
  • help.start():打开帮助首页;
  • help.search("关键字") 或 ??关键字:在所有已安装的包中,搜索包含“关键字”的帮助信息,比如:help.search("mean") or ??mean;help.search("mean", rebuild = TRUE):当最近有安装新包时,需要rebuild;
  • apropos("关键字"):找出所有名字中含有“关键字”的函数,只在载入的包中搜索;

网络资源