atomic-vectors

  1. Nicole Seaman

    YouTube R Programming: Introduction (Atomic Vectors) (R Intro-01)

    Vectors are natural to R. David starts by creating a numeric vector with the command: three_dice <- c(2, 3, 6). He forgot to mention in the video that "c" here stands for "combine," as in we are "combining these three values as elements in a new vector called three_dice." We can think of this as...
Top