错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Basics of the R Programming Language

  • Bernd Heesen

摘要

R-statements consist of expressions, i.e., value assignments (arithmetic or logical operators) or function calls. Function calls can be recognized by the fact that brackets follow the name of the function, in which parameters can possibly be passed to a function, e.g., mean(employee), to calculate the average for the variable "employee". In addition, data types, data structures, operations, functions, and control structures are presented.