Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

4 results for “from:Coltrey Mather”

R command system under Windows
Coltrey Mather · Feb 6, 2009 · r-help

?dir.create mkdir is a built-in for 'cmd.exe' (think of it like shell built-ins in unix, vs. an actual command in $PATH) system('cmd.exe /c mkdir foo') works, but the R command: dir.create is what...

Lattice(barchart) related query
Coltrey Mather · Jun 3, 2009 · r-help

No problem. Sorry I ignored your font question, I have no personal experience, but this may help: https://stat.ethz.ch/pipermail/r-help/2009-April/196745.html On Wed, Jun 3, 2009 at 10:17, Girish A.R. <garamach...

labeling panels in lattice plots
Coltrey Mather · Mar 31, 2009 · r-help

Converting rain.stats$year to a factor yields the results you seem to want: xyplot(rain.stats$min+ rain.stats$max + rain.stats$ave ~ rain.stats$month |as.factor(rain.stats$year), lty = 1, data = rain.stats, type = c("l...

Lattice(barchart) related query
Coltrey Mather · Jun 3, 2009 · r-help

barchart(mdat, groups=FALSE, layout=c(2,5), aspect=0.7, reference=FALSE, as.table=TRUE, main=list("Maintitle",cex=1), panel=function(x, y, ...) { colours <- character() colours[x < 0] <- 'red' colours[x > 0] <- 'green' panel.barchart(x, y, col...

Can't find what you're looking for? Try searching with Google .