Create Vector with Intervals in R (2 Examples) | Specific Numeric Range | seq() & length() Functions

Publicado el: 24 mayo 2021
en el canal de: Statistics Globe
1,611
19

How to create a vector containing numeric intervals in the R programming language. More details: https://statisticsglobe.com/create-ve...
R code of this video:

x1 < - seq(from = 100, # Applying seq function
to = 200,
by = 10)
x1 # Print vector with intervals

LETTERS # Print LETTERS object

x2 < - LETTERS[seq(from = 1, # Subset using seq function
to = length(LETTERS),
by = 5)]
x2 # Print subset of LETTERS

Follow me on Social Media:
Facebook:   / statisticsglobecom  
LinkedIn:   / statisticsglobe  
Patreon:   / statisticsglobe  
Pinterest: https://www.pinterest.de/JoachimSchork
Reddit:   / joachimschork  
Twitter:   / joachimschork  


En esta página del sitio puede ver el video en línea Create Vector with Intervals in R (2 Examples) | Specific Numeric Range | seq() & length() Functions de Duración hora minuto segunda en buena calidad , que subió el usuario Statistics Globe 24 mayo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,611 veces y le gustó 19 a los espectadores. Disfruta viendo!