powered by
insert tags into HTML code to implement rotating table text
addStyle(x, m, colorMap, pawn)
returns modified HTML code
character vector containing HTML code
character matrix containing table that is represented in x
character array of colors
Boolean if TRUE use chess symbols rather than rectangles in html table
if(interactive()){ load("data/x_x2.RData") load("data/x_m5.RData") load("data/x_colorMap.RData") y<-addStyle(x_x2,x_m5,x_colorMap,pawn=TRUE) }
Run the code above in your browser using DataLab