r.rst
changeset 1943 3206ad475871
parent 1942 1435b942faab
equal deleted inserted replaced
1942:1435b942faab 1943:3206ad475871
   206   names(d)[2] <- "two"
   206   names(d)[2] <- "two"
   207 
   207 
   208   library(plyr)
   208   library(plyr)
   209   newd <- rename(d, c("beta"="two", "gamma"="three"))
   209   newd <- rename(d, c("beta"="two", "gamma"="three"))
   210 
   210 
       
   211 Removing names for raws and columns
       
   212 ===================================
       
   213 ::
       
   214 
       
   215   rownames(dt) <- NULL
       
   216   colnames(dt) <- NULL
       
   217 
   211 Filtering raws and columns
   218 Filtering raws and columns
   212 ==========================
   219 ==========================
   213 ::
   220 ::
   214 
   221 
   215   TODO
   222   TODO