Functions and Calls in R

Posted on Nov 10, 2010 in Programming • Tagged with R, function, programming, call, CRAN

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. "[" is a function in R. It takes elements from a container (vector, matrix, list, etc.) For example, suppose lv is a list of vectors. The following code …


Continue reading