Basics of the R Programming Language
摘要
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.