Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tidyverse: Estructuras
#R version 3.4.4 # Generamos las variables # Vector mi_vector <- c("Este", "es", "un", "vector") # Matriz mi_matriz <- matrix(1:6, nrow = 2, ncol = 3) # DataFrame mi_dataframe <- data.frame( numeros = c(1, 2, 3, 4, 5), letras = c("a", "b", "c", "d", "e"), cierto_falso = c(TRUE, FALSE, T, T, F) ) # Lista mi_lista <- list( mi_vector = mi_vector, mi_dataframe = mi_dataframe, mi_matriz = mi_matriz ) # Llamamos a las variables
run
|
edit
|
history
|
help
0
Gab1B
Test of Code Wall
Dynamic Simulation for Bank - Exercise 3 in 1.7
Abhishek
AjusteLinearizado-11-01-21-pacotematriz
Desktop-Sprite-image-Interval
Hiring Discrimination
Children in Canada
Adding text to bar plot bars -- elegantly!
Chapter 5: Sample from N(0,1)