Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My R Code Practice
#R version 3.3.2 # Create a matrix m1 <- 1:10 matrix(m1) # by default it arranges as ONE column matrix(m1,nrow = 2) # here R chooses to fill the matrix by column; you can choose to fill the matrix by rows as well matrix(m1,byrow = FALSE,nrow = 2) matrix(1:12,byrow = F,ncol = 3) matrix(1:12,byrow = T,nrow = 3)
run
|
edit
|
history
|
help
0
MAX
Pràctica 1
Teste de sheffé
matrix
Phylotaxis in R
Área de parábolas via séries de Arquimedes e Cálculo
26-08-2020AjusteCurvaLinearizab
11-09-2020AproxArco
jcfatorial
iris