DEBIAN PRO

DEBIAN PRO
DEBIAN

lunes, 22 de febrero de 2016

Lenguaje "R"


Estoy haciendo algunas pruebas con "R".


n <- 15
x <- 10
X <- 2
algo <- "Esto es un string"
ls()
mode(x)
length(x)
cat (n)
cat(algo)
y<- 1:30
p<- seq(1,5,0.5)
cat (y)
cat(p)
z<-scan()
cat (z)
rep(2, 40)
expand.grid(h=c(60,80), w=c(100, 300), sex=c("Male", "Female"))