LearnMore

t() function in table 본문

Programming/R

t() function in table

zionadd 2018. 8. 28. 14:58

Matrix Transpose


Use : t(x)


Given a matrix or data.frame x, t function returns the transpose of x.


Comment : It is useful when plot a table(Changing x axis and  y axis).

'Programming > R' 카테고리의 다른 글

Association Rule Analysis(Personal Project)  (0) 2018.10.16
ABTest(Personal Project)  (0) 2018.10.16
'right' and 'include.lowest' parameter in cut() function  (0) 2018.08.28
'useNA' parameter in Table  (0) 2018.08.28
nrow() vs NROW()  (0) 2018.08.26
Comments