search for: dumpting

Displaying 1 result from an estimated 1 matches for "dumpting".

Did you mean: dumping
2010 Aug 04
3
Output (graphics and table/text)
...cation of it: # graphics output test a <- c(1,3,2,1,4) b <- c(2,1,1,1,2) c <- c(4,7,2,4,5) d <- rnorm(500) e <- rnorm(600) op <- par(mfrow=c(3,2)) pie(a) pie(b) pie(c) text(ks.test(d,e)) obviously, the ks.test does not make it to the output. How can this be archived by a) simply dumpting the text into the fourth quad so that coordination is relative to the quarter? b) the output is actually presented as a little table without the need to use a LaTeX solution? Thanks a lot, Ralf