Skip to content

Instantly share code, notes, and snippets.

@renato04
Created May 8, 2019 23:36
Show Gist options
  • Save renato04/c4927b0f4eca4b5f55514b70687d4d06 to your computer and use it in GitHub Desktop.
Save renato04/c4927b0f4eca4b5f55514b70687d4d06 to your computer and use it in GitHub Desktop.
R Sequences
# Create a sequence
my_seq = seq(from = 1, by = 5, length.out = 30)
# Crete a sequence with the another list size
along = seq_along(my_seq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment