Vectorized
Everything on SkillVeris tagged Vectorized — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Conditionals in R
How R evaluates TRUE/FALSE logic to branch code with if/else, the vectorized ifelse(), and the multi-case switch() function.
Vectorized Operations in R
How R applies operations across entire vectors at once, including the recycling rule, logical indexing, and why vectorized code outperforms loops.
Vectorized Operations and Broadcasting
Vectorization applies operations across whole arrays without explicit loops, and broadcasting extends this to arrays of different but compatible shapes.