search for: blonk

Displaying 6 results from an estimated 6 matches for "blonk".

Did you mean: block
2010 Mar 29
1
xyplot second y-xis and legend
Dear list, I try to set a secondary y-axis in a lattice xyplot. This works. However, I am unable to set a proper legend/key together with the 2nd y-axis under general xyplot procedures. See example below. The combination of the par.settings with simpleTheme and other settings seems to go wrong. I couldn't find a solution from previous topics. Any suggestions? thanks in advance! Robbert
2010 Jan 24
3
system vs shell wait command
Dear All, I try to invoke a second program (called "gencont") within a R script. However this second program needs some time to finish. After finishing the output should be read into R and used for further calculation. Under windows, it perfectly works: result<-shell("gencont < yn.txt",intern=TRUE,wait=TRUE) # R waits untill the program finishes (apporx 3 min) and
2010 Feb 01
2
Pipe /shell - R does not wait
Dear All, Within a large script, I try to invoke a second program (called e.g. XXX) from R using "shell" or "pipe". e.g.: > readLines(pipe("XXX")) or: > shell("XXX",intern=TRUE, wait = TRUE) After running the program, the script reads a file with solutions produced by the second program ("XXX.001"). > readLines("XXX.001")
2010 Oct 29
1
Underline only colnames in grid.table
Dear all, I would like to underline only the colnames in a table as e.g. grid.draw(tableGrob(head(iris, 10), name="test")) I can imagine you should use grid.edit or so, bu I can't figure out how... Does anyone have a suggestion? Thanks Robbert windows xp R 2.10.1 -- View this message in context:
2009 Apr 28
2
Change font type PNG device with Lattice xyplot
Dear All, I have some problems with changing the default font (Arial) in a xyplot which is printed using the PNG-device. Although some things have been mentioned about this in the forum, I still couldn't figure it out. Can someone help me out?n Thanks in advance! I want to print the plot for pasting in Microsoft Word OS: Windows XP see example: a<-data.frame(x=c(1:5),y=c(2,2,3,3,4))
1998 Jan 21
0
Strange time stamp behaviour
We're having this strange problem with Samba and I have not been able to pinpoint the problem in any way. I'm hoping someone has come across a similar problem and has a workaround or fix. Some files opened on a Samba mounted volume from MS Developer Studio, keep wanting to get reloaded. For some reason, MS Dev Studio keeps thinking that a file it just opened was subsequently modified.