600+ R Programming
- Functional
- Markup Language
- Object-oriented
- Procedural
R supports procedural programming for intensive computations, and object-oriented programming for reusable and modular code, but at its core, R is a functional language where functions are first-class objects. Unlike markup languages, R is a full-fledged programming language focused on statistical computing and graphics.
Loading...
Related Quiz
- What are the primary input parameters to the scatter plot function in R?
- To calculate the median of a numeric vector in R, you would use the ______ function.
- Imagine you're working with a large data set in R and need to perform an operation on a vector that's not memory-efficient. How would you handle this situation?
- To calculate the mean of each row in a matrix in R, you would use the ______ function.
- When dealing with multi-dimensional arrays in R, ________ loops are often used.