-
functions depending on the data types in …
http://prima-vera.net/category-template.php functions depending on the data types in R [table id=1 /]
-
Differences in single argument subscript …
http://delab.it/?direktor=incontro-per-single&787=cd Differences in single argument subscripting in matrix and data frame. Even though the two variables look similar, the results are different depending on the data type. The single argument scripting of data frame returns a column, while matrix returns an element according to its position as matrix is a vector. > class(my2) [1] “data.frame” > […]