1) The document discusses various ways to access and select elements from vectors, matrices, and data frames in R, including using integers to specify positions, logical vectors to specify TRUE/FALSE elements, and character vectors to specify names.
2) It provides examples of accessing elements using these different methods, as well as examples using logical and mathematical operators like <, >, &, | for element selection.
3) The document discusses how R automatically recycles (repeats) values in shorter vectors to match the length of longer vectors during operations, and how this works for logical operators.