[R] Adding summary title to table

Rui Barradas ruipbarradas at sapo.pt
Tue Sep 4 12:57:37 CEST 2012


Hello,

Ty the following.

names(dimnames(x)) <- c("Academic Performance", "Nutritional Status")
x

Awkward names, by the way.

Hope this helps,

Rui Barradas

Em 03-09-2012 23:25, David Arnold escreveu:
> All,
>
> I have:
>
> x <- matrix(c(22,3,6,69,9,4,7,81,23,4,22,50),nrow=3,byrow=TRUE)
> rownames(x) <- c("Cold or flu","Headache","Backache");
> colnames(x) <- c("Went to doctor","No response","Did
> nothing","Self-medicated")
> x <- t(x)
> print(x)
>
> 1. I'd like to add the title "Nutritional Status" above the column names
> when displayed with print(x).
>
> 2. I'd like to add the title "Academic Performance" to the left of the row
> names when displayed with print(x).
>
> Any thoughts?
>
> David.
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Adding-summary-title-to-table-tp4642094.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list