Displaying 1 result from an estimated 1 matches for "cl80".
Did you mean:
c980
2003 Jun 22
1
table in x-y diagram
Hi,
i'm plotting some "bubbles" in a x-y diagram.
I like to add a table like:
cl80m <- aggregate(cl80,list(Cluster=cl80[,10]),mean)
but, put it with:
grid.text(as.data.frame(cl80m), x = unit(0.5, "npc"), y = unit(0.5, "npc"))
i get it as list and not really to read.
Have anybody more experience, add small table's
(6-9 rows, 3-8 colums) in a corner of a...