Formatting Table Setting In R -
i want plot visual table in r. problem after create visual table edit such change font on header columns, reduce font, color of box. same data table, have consistent color, specific font , size. , able format row headers (the names) such specific font, size, color, etc. access settings. can put me in right direction how can alter rows or cell/cell of each box on table??
plot.table(x) structure(c(90, 86, 109, 109), .dim = c(2l, 2l), .dimnames = list( c("jonathan", "abe"), c("2001-01-01", "2001-04-01")))
Comments
Post a Comment