search for: calchist

Displaying 2 results from an estimated 2 matches for "calchist".

Did you mean: calcdist
2007 Jan 11
1
Error in plot.new() : Figure margins too large
Hello, was could be the reason for such an error message??? I'd like to create a window with 10x6 barplot and save it as pdf. I tried: pdf("histogram.pdf",width=7, height=7) windows(cols, rows) par(mfcol = c(rows,cols)) sapply(mat, calcHist) dev.off() Within the method of sapply, I call barplot What is wrong??? Antje
2007 Jul 30
4
how to combine data of several csv-files
...;- file.choose() layoutfile <- read.csv(layoutfilename, sep=";", header=F, na.strings = "") classmatrix <- sapply(layoutfile,as.character) classes <- factor(classmatrix) colnames(classmatrix) <- c(1:cols) rownames(classmatrix) <- rowString ret <- sapply(mat, calcHist)