Slide 4
Slide 4 text
Objects
●
Many types of collections: vectors, factors,
matrices, arrays, lists, dataframes, tables...
●
„All R objects have a class, a type and a
dimensions.”
●
Typical langs use 'for' loops, in ruby we use
enumerators, in R the most popular are
„apply” functions
●
Dataframes behave like tables in databases,
they even can be queried