Hey guys,

if i do a correspondance analysis, e.g.:

table <- structure(c(4, 7, 0.2, 3, .1, 7, 222, 3, 10, 5, 11,
   8, 8, 10, 7), .Dim = c(5L, 3L), .Dimnames = list(c("gene1",
   "gene2", "gene3", "gene4", "gene5"), c("codon1", "codon2",
   "codon3")))

Library(ca)

plot(ca(table))

is there a way that i can see the "second principal axis" of this analysis?

Aoife

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to