Displaying 2 results from an estimated 2 matches for "22in".
2012 Sep 11
3
How to? Set boot up display resolution
I have been given a replacement monitor for my CentOS-6.3 KVM test
platform. It is an LG E2251 22in letterbox format screen whereas the
unit it replaces was a 17" standard format display. The console
messages now look as through they were output on Silly Putty.
The display itself displays a message to set the resolution to 1920 x
1080. I have found references to using the vga option in th...
2008 Oct 15
2
R: "in-place" appending to a matrix.
...000) {
if (some condition) {
newRow <- myFunction(myArguments)
append(X, newRow)
}
}
You see? I do not have to call and re-assign the giant X matrix every loop
cycle.
Any help?
Thank you,
Your culpritNr1
--
View this message in context: http://www.nabble.com/R%3A-%22in-place%22-appending-to-a-matrix.-tp20001258p20001258.html
Sent from the R help mailing list archive at Nabble.com.