An Introduction to R

The help.search command uses “fuzzy matching” to find alias, concept, or title matches with the argument provided. For example, > help.search(“boxplot”) produces the output ... > “Here is a character string” -> y. we have > mode(y) [1] "character" The R function c concatenates elements into a list. Note the following: > days ................
................